mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-07 20:08:21 +08:00
13 lines
177 B
Markdown
13 lines
177 B
Markdown
---
|
|
order: 3
|
|
title: 只读
|
|
---
|
|
|
|
只读,无法进行鼠标交互。
|
|
|
|
````jsx
|
|
import { Rate } from 'antd';
|
|
|
|
ReactDOM.render(<Rate disabled defaultValue={2} />, mountNode);
|
|
````
|