1.4.0 • Published 5 years ago
react-bind-html v1.4.0
react-bind-html
Parse HTML string and display in react application
Install
npm install react-bind-htmlUsage
/* import */
import BindHtml from 'react-bind-html';
/* Invocation */
<BindHtml html="<i>Italic styled content</i>" />Output
Generated content
<i>Italic styled content</i>HTML Output
Italic styled content