# Disabled
Button can be disabled.
```html
<n-button
disabled
>
Disabled
</n-button>
```
```css
.n-button {
margin: 0 8px 8px 0;
}