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

10 lines
93 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>
```