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

223 B

形状

按钮拥有不同的形状。

<n-button circle icon="md-save" />
<n-button type="primary" round>Primary</n-button>
<n-button type="info">Info</n-button>
.n-button {
  margin: 0 8px 8px 0;
}