UNPKG

291 BMarkdownView Raw
1# we-edit-representation-plain
2
3## example
4```jsx
5import {Representation} from "we-edit"
6const representation=<Representation type="plain"/>
7```
8or
9
10```js
11import {Editor} frm "we-edit"
12import Plain from "we-edit/representation-plain"
13ReactDOM.render(<Editor representation={<Plain/>}/>)
14```