2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-17 13:20:52 +08:00
naive-ui/demo/documentation/components/button/enUS/shape.md
2019-10-12 16:15:20 +08:00

219 B

Shape

Button has different shapes.

<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;
}