Package Exports
- @slate-legacy/slate-react
- @slate-legacy/slate-react/lib/slate-react.es.js
- @slate-legacy/slate-react/lib/slate-react.js
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 (@slate-legacy/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!