naive-ui/demo/documentation/components/button/enUS/size.md
2020-03-02 12:09:15 +08:00

344 B

Size

Button can be tiny, small, medium and large size.

<n-button size="tiny">small small</n-button>
<n-button type="primary" size="small">small</n-button>
<n-button type="info" size="medium">not small</n-button>
<n-button type="success" size="large">not not small</n-button>
.n-button {
  margin: 0 8px 8px 0;
}