Socket
Socket
Sign inDemoInstall

@burst/react-html-parser

Package Overview
Dependencies
34
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @burst/react-html-parser

React HTML parse


Version published
Weekly downloads
91
increased by102.22%
Maintainers
7
Install size
948 kB
Created
Weekly downloads
 

Readme

Source

@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>,
);

FAQs

Last updated on 12 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc