ant-design/components/button/demo/basic.md

10 lines
103 B
Markdown
Raw Normal View History

2015-05-15 16:00:08 +08:00
# 基本型
2015-05-26 17:35:24 +08:00
- description: 标准的按钮
2015-05-15 16:00:08 +08:00
---
````html
2015-05-26 17:35:24 +08:00
<button class="nd-btn">按钮</button>
2015-05-15 16:00:08 +08:00
````