Heading1
Heading2
Heading3
Heading4
Heading5
Heading6
bulleted list1
bulleted list2
bulleted list3
numbered list1
numbered list2
numbered list3
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>
);
};
Bold, italic, underline, strikethrough, mixed, code
, sub, sup, color, bg-clor