JSPM

  • Created
  • Published
  • Downloads 81786
  • Score
    100M100P100Q153302F
  • License MIT

React library to safely render HTML, filter attributes, autowrap text, autolink, and much more.

Package Exports

  • interweave
  • interweave/lib/shapes

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (interweave) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Interweave

Interweave is a robust React library that can...

  • Safely render HTML without using dangerouslySetInnerHTML.
  • Safely strip HTML tags.
  • Automatic XSS and injection protection.
  • Clean HTML attributes using filters.
  • Interpolate components using matchers.
  • Autolink URLs, IPs, emails, and hashtags.
  • Render Emoji and emoticon characters.
  • And much more!

Requirements

  • React 15/16+
  • IE 10+

Installation

Interweave requires React as a peer dependency.

npm install interweave react --save
// Or
yarn add interweave react

Usage

Please refer to the official documentation for more information.