mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 07:39:36 +08:00
145 B
145 B
基本
- order: 0
最简单的用法。
import { Rate } from 'antd';
ReactDOM.render(
<Rate allowHalf />
, mountNode);