UNPKG

zent

Version:

一套前端设计语言和基于React的实现

17 lines (14 loc) 197 B
--- order: 3 zh-CN: title: 富文本块 en-US: title: Richtext blocks --- ```js import { Placeholder } from 'zent'; ReactDOM.render( <Placeholder.RichTextBlock rows={4} /> , mountNode ); ```