ant-design/components/button/demo/basic.md
2015-05-26 17:35:24 +08:00

10 lines
103 B
Markdown

# 基本型
- description: 标准的按钮
---
````html
<button class="nd-btn">按钮</button>
````