1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-06 22:09:47 +01:00
Ian Storm Taylor ba9b79112e Publish
- slate-base64-serializer@0.2.63
 - slate-html-serializer@0.7.2
 - slate-hyperscript@0.10.2
 - slate-plain-serializer@0.6.2
 - slate-prop-types@0.4.61
 - slate-react@0.18.3
 - slate-simulator@0.4.61
 - slate@0.40.2
2018-08-24 09:01:31 -07:00
..
2018-08-23 11:32:30 -07:00
2018-08-22 18:22:40 -07:00
2018-08-22 18:22:40 -07:00
2018-08-24 09:01:31 -07:00

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!