1.4.0 • Published 3 years ago

react-bind-html v1.4.0

Weekly downloads
15
License
Apache-2.0
Repository
github
Last release
3 years ago

Node.js CI Issue Status Build Status

react-bind-html

Parse HTML string and display in react application

Install

npm install react-bind-html

Usage

/* 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