---
order: 3
zh-CN:
	title: 富文本块
en-US:
	title: Richtext blocks
---

```js
import { Placeholder } from 'zent';

ReactDOM.render(
	<Placeholder.RichTextBlock rows={4} />
	, mountNode
);
```
