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

14 lines
181 B
Markdown
Raw Normal View History

2015-07-16 18:23:25 +08:00
# 基本
- order: 0
最简单的用法。
---
````jsx
var Radio = antd.Radio;
2015-07-17 16:56:40 +08:00
React.render(<Radio >Radio</Radio>, document.getElementById('components-radio-demo-basic'));
2015-07-16 18:23:25 +08:00
````