@octanejs/html-react-parser
v0.0.8
Published
Octane binding for html-react-parser 6.1.7.
Keywords
Readme
@octanejs/html-react-parser
Octane binding for [email protected].
Installation
npm install @octanejs/html-react-parser
pnpm add @octanejs/html-react-parserimport parse from '@octanejs/html-react-parser';
const tree = parse('<p>hello <em>world</em></p>');The default library is Octane createElement / cloneElement / isValidElement. See UPSTREAM.md.
