Skip to content
On this page

Button 按钮

常用的操作按钮。

基础用法

基础的按钮用法。

使用 type 属性来定义 Button 的样式。
<div style="display:flex;justify-content: space-between;">
    <lcl-button>default</lcl-button>
    <lcl-button type="primary">primary</lcl-button>
    <lcl-button type="success">success</lcl-button>
    <lcl-button type="warning">warning</lcl-button>
    <lcl-button type="danger">danger</lcl-button>
</div>

Attributes

参数说明类型可选值默认值
type类型stringprimary / success / warning / dangerdefault