Buttons
可点击按钮
状态,样式和类型
Sizes
Icons
API
Name | Description | Type | Values | Default |
---|---|---|---|---|
tag | 用于按钮的html标记 (选择 'a' or 'button') | String | ,
| button |
type | Type (color of control), optional | String | is-white , is-black , is-light , is-dark , is-primary , is-info , is-success , is-warning , is-danger | — |
size | 按钮大小, optional | String | is-small , is-medium , is-large | — |
href | 当tag为'a'时使用, optional | String | — | — |
nativeType | 原生按钮类型, optional | String | 任何原生按钮类型 (button , submit , reset) | — |