naive-ui/demo/documentation/components/button/zhCN/disabled.md
2019-12-02 02:58:45 +08:00

343 B

禁用

按钮可以被禁用。

<n-button
  size="small"
  disabled
>
  Disabled
</n-button>
<n-button
  disabled
  type="primary"
>
  Disabled
</n-button>
<n-button
  disabled
  round
  type="primary"
>
  regular size
</n-button>
<n-button
  disabled
  circle
  icon="md-save"
/>
.n-button {
  margin: 0 8px 8px 0;
}