mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
344 B
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;
}