Blockquote
const FullUsage: FunctionComponent<Props> = (props) => {
const [value, setValue] = useState<Node[]>(initValue as any);
const config: Config = {};
const onChange = (value: Node[]) => {
setValue(value);
};
return (
<div style={{padding: 50}}>
<FantasyEditor value={value} config={config} onChange={onChange}/>
</div>
);
};
code
, sub, sup, color, bg-clor @Adi GalliaHeader1 | Header2 | Header3 | Header4 |
cell | | | |
| cell | | |
| | cell | |