react-bind-html
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

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

Package Sidebar

Install

npm i react-bind-html

Weekly Downloads

1

Version

1.4.0

License

Apache-2.0

Unpacked Size

12.7 kB

Total Files

6

Last publish

Collaborators

  • msenyoo