mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
51 lines
888 B
Markdown
51 lines
888 B
Markdown
# Button
|
|
Button is used to trigger some actions.
|
|
## Demos
|
|
```demo
|
|
basic
|
|
text
|
|
disabled
|
|
icon
|
|
events
|
|
shape
|
|
ghost
|
|
loading
|
|
group
|
|
debug
|
|
```
|
|
## Props
|
|
### Button
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|size|`'small' \| 'medium' \| 'large'`|`'medium'`
|
|
|type|`'default' \| 'primary' \| 'success' \| 'info' \| 'warning' \| 'error'`|`'default'`||
|
|
|text|`boolean`|`false`||
|
|
|ghost|`boolean`|`false`||
|
|
|disabled|`boolean`|`false`||
|
|
|circle|`boolean`|`false`||
|
|
|round|`boolean`|`false`||
|
|
|loading|`boolean`|`false`||
|
|
|icon-placement|`'left' \| 'right'`|`'left'`||
|
|
|
|
### Button Group
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|vertical|`boolean`|`false`||
|
|
|
|
## Slots
|
|
### Button
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|default|`()`||
|
|
|icon|`()`||
|
|
|
|
### Button Group
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|default|`()`||
|
|
|
|
## Events
|
|
### Button
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|click|`(e: MouseEvent)`|| |