naive-ui/demo/documentation/components/button/enUS/disabled.demo.md

15 lines
141 B
Markdown
Raw Normal View History

2019-09-20 00:27:06 +08:00
# Disabled
2019-12-02 02:58:45 +08:00
Button can be disabled.
2019-09-20 00:27:06 +08:00
```html
<n-button
disabled
>
Disabled
</n-button>
```
```css
.n-button {
margin: 0 8px 8px 0;
}
2019-12-02 02:58:45 +08:00
```