2017-09-11 18:11:45 -07:00
|
|
|
This package contains the React-specific logic for Slate. It's separated further into a series of directories:
|
|
|
|
|
2018-02-07 15:58:41 +00:00
|
|
|
* [**Components**](./src/components) — containing the React components for rendering Slate editors.
|
|
|
|
* [**Constants**](./src/constants) — containing a few private constants modules.
|
|
|
|
* [**Plugins**](./src/plugins) — containing the React-specific plugins for Slate editors.
|
|
|
|
* [**Utils**](./src/utils) — containing a few private convenience modules.
|
2017-09-11 18:11:45 -07:00
|
|
|
|
|
|
|
Feel free to poke around in each of them to learn more!
|