mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
14 lines
172 B
Markdown
14 lines
172 B
Markdown
# 只读
|
|
|
|
- order: 3
|
|
|
|
只读,无法进行鼠标交互。
|
|
|
|
---
|
|
|
|
````jsx
|
|
import { Rate } from 'antd';
|
|
|
|
ReactDOM.render(<Rate disabled defaultValue={2} />, mountNode);
|
|
````
|