|
@@ -16,9 +16,10 @@
|
|
|
| customSize | `boolean` | `false` | N | Whether to use custom size. |
|
|
| customSize | `boolean` | `false` | N | Whether to use custom size. |
|
|
|
| customWidth | `number` | `0` | N | Custom width. |
|
|
| customWidth | `number` | `0` | N | Custom width. |
|
|
|
| customHeight | `number` | `0` | N | Custom height. |
|
|
| customHeight | `number` | `0` | N | Custom height. |
|
|
|
-| icon | [`Icon`](https://stdf.design/components?nav=icon&tab=1)\|`null` | `null` | N | Icon props. |
|
|
|
|
|
-| loading | [`Loading`](https://stdf.design/components?nav=loading&tab=1)\|`null` | `null` | N | Loading props. |
|
|
|
|
|
|
|
+| icon | [`Icon`](https://stdf.design/components?nav=icon&tab=1)\|`null` | `null` | N | Icon props. |
|
|
|
|
|
+| loading | [`Loading`](https://stdf.design/components?nav=loading&tab=1)\|`null` | `null` | N | Loading props. |
|
|
|
| disabledLoading | `boolean` | `false` | N | Whether to disable when loading. |
|
|
| disabledLoading | `boolean` | `false` | N | Whether to disable when loading. |
|
|
|
|
|
+| type | `'button'\|'reset'\|'submit'` | `button` | N | The default behavior of the button |
|
|
|
|
|
|
|
|
## Button Events
|
|
## Button Events
|
|
|
|
|
|