mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
302 B
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;
}