跳转至

Widget - Button / 组件 - 按钮

字数 48 个   代码 4 行   阅读时间不到 1 分钟   访问量

标签: <c-button>

Primary

示例:

<c-button primary>Label</c-button>

效果 (可点击): Label

Disabled / 禁用

示例:

<c-button primary disabled="true">Label</c-button>

效果 (可点击): Label

Normal

示例:

<c-button>Label</c-button>

效果 (可点击): Label

Disabled / 禁用

示例:

<c-button disabled="true">Label</c-button>

效果 (可点击): Label