JSPM

  • Created
  • Published
  • Downloads 1132
  • Score
    100M100P100Q108369F
  • License MIT

A set of React components for building completely customizable rich-text editors.

Package Exports

  • druide-slate-react

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 (druide-slate-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

This package contains the React-specific logic for Slate. It's separated further into a series of directories:

  • Components — containing the React components for rendering Slate editors.
  • Constants — containing a few private constants modules.
  • Plugins — containing the React-specific plugins for Slate editors.
  • Utils — containing a few private convenience modules.

Feel free to poke around in each of them to learn more!