dify-components
Version:
This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.
19 lines (12 loc) • 710 B
Markdown
# Button 按钮
基础的按钮组件。
## 基础用法
<demo vue="ui/button/basic.vue" />
## API
### Props
| 属性 | 说明 | 类型 | 默认值 |
| -------- | -------- | --------------------------------------------------------- | -------- |
| type | 按钮类型 | 'primary' \| 'success' \| 'warning' \| 'danger' \| 'info' | '' |
| size | 按钮大小 | 'small' \| 'medium' \| 'large' | 'medium' |
| disabled | 是否禁用 | boolean | false |
| round | 是否圆角 | boolean | false |