# Button
按钮组件
# 示例
# 代码
<l-button>默认按钮</l-button>
<l-button type="primary">主要按钮</l-button>
<l-button type="success">成功按钮</l-button>
<l-button type="info">信息按钮</l-button>
<l-button type="warning">警告按钮</l-button>
<l-button type="danger">危险按钮</l-button>
# Attributes
参数 | 说明 | 类型 | 是否必要 | 可选值 | 默认值 |
---|---|---|---|---|---|
type | 类型 | String | false | primary / success / warning / danger / info / text | - |
plain | 是否朴素按钮 | boolean | true | - | - |
round | 是否圆角按钮 | boolean | true | - | - |
circle | 是否圆形按钮 | boolean | true | - | - |
disabled | 是否禁用状态 | boolean | true | - | - |