naive-ui/demo/documentation/components/button/enUS/size.demo.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

302 B

Size

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

<n-button size="tiny">Small Small</n-button>
<n-button size="small">Small</n-button>
<n-button size="medium">Not Small</n-button>
<n-button size="large">Not Not Small</n-button>
.n-button {
  margin: 0 8px 8px 0;
}