|
@@ -1,6 +1,6 @@
|
|
---
|
|
---
|
|
localeCode: en-US
|
|
localeCode: en-US
|
|
-order: 19
|
|
|
|
|
|
+order: 20
|
|
category: Input
|
|
category: Input
|
|
title: Button
|
|
title: Button
|
|
subTitle: Button
|
|
subTitle: Button
|
|
@@ -502,7 +502,7 @@ function SplitButtonDemo(){
|
|
| size | Button size, optional value: `"large"`,`"default"`,`"small"` | string | "default" |
|
|
| size | Button size, optional value: `"large"`,`"default"`,`"small"` | string | "default" |
|
|
| style | Custom style | CSSProperties | |
|
|
| style | Custom style | CSSProperties | |
|
|
| theme | Button theme, optional value: `"solid"` (with background color), `"borderless"` (no background color), `"light"` (light background color) | string | "light" |
|
|
| theme | Button theme, optional value: `"solid"` (with background color), `"borderless"` (no background color), `"light"` (light background color) | string | "light" |
|
|
-| type | Type, optional values: `"primary"`,`"secondary"`, `"late"`, `"warning"`, `"danger"` | string | "primary" |
|
|
|
|
|
|
+| type | Type, optional values: `"primary"`,`"secondary"`, `"tertiary"`, `"warning"`, `"danger"` | string | "primary" |
|
|
| onClick | Click event | Function(MouseEvent) | |
|
|
| onClick | Click event | Function(MouseEvent) | |
|
|
| onMouseDown | Mouse down | Function(MouseEvent) | |
|
|
| onMouseDown | Mouse down | Function(MouseEvent) | |
|
|
| onMouseEnter | Mouse Enter | Function(MouseEvent) | |
|
|
| onMouseEnter | Mouse Enter | Function(MouseEvent) | |
|
|
@@ -569,4 +569,4 @@ function SplitButtonDemo(){
|
|
<!-- ## Related Material
|
|
<!-- ## Related Material
|
|
```material
|
|
```material
|
|
5
|
|
5
|
|
-``` -->
|
|
|
|
|
|
+``` -->
|