mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
753c01ae18
fix antd.notification
190 B
190 B
基本
- order: 0
最简单的用法。
import { Radio } from 'antd';
ReactDOM.render(<Radio>Radio</Radio>
, document.getElementById('components-radio-demo-basic'));