@burst/react-html-parser
v1.0.4
Published
React HTML parse
Downloads
215
Keywords
Readme
@burst/react-html-parser
The React HTML Parser does what it says it does. It will take HTML as a string as an input and output an React element with all the HTML as HTML elements.
Usage
import reactHtmlParser from '@burst/react-html-parser';
render(
<ReactHTMLParser components={{}}>{'<p>Hello</p>'}</ReactHTMLParser>,
);