mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 21:56:44 +10:00
181 B
181 B
基本
- order: 0
最简单的用法。
var Radio = antd.Radio;
React.render(<Radio>Radio</Radio>
, document.getElementById('components-radio-demo-basic'));