mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
193 B
193 B
基本
- order: 0
最简单的用法。
var Radio = antd.Radio;
React.render(<label>
<Radio />Radio
</label>, document.getElementById('components-radio-demo-basic'));