JSPM

  • Created
  • Published
  • Downloads 81786
  • Score
    100M100P100Q153215F
  • 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

Build Status

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 16.3+
  • IE 10+
  • Emoji support: fetch, sessionStorage

Installation

Interweave requires React as a peer dependency.

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

Documentation

https://milesj.gitbook.io/interweave