---
category: 2
title: 只读
title_en: Read only
---

 zh-CN

只读，无法进行鼠标交互。

 en-US

Read only, can't use mouse to interact.

````jsx
import { Rate } from 'parkball';

ReactDOM.render(<Rate disabled defaultValue={2} />, mountNode);
````
