2016-07-06 16:21:05 -07:00
|
|
|
|
2016-07-06 16:23:01 -07:00
|
|
|
This directory contains the core logic of Slate. It's separated further into a series of directories:
|
2016-07-06 16:21:05 -07:00
|
|
|
|
|
|
|
- [**Components**](./components) — containing the React components Slate renders.
|
2016-07-06 16:23:01 -07:00
|
|
|
- [**Models**](./models) — containing the models that define Slate's internal data structure.
|
2016-07-06 16:21:05 -07:00
|
|
|
- [**Plugins**](./plugins) — containing the plugins that ship with Slate by default.
|
|
|
|
- [**Serializers**](./serializers) — containing the serializers that ship with Slate by default.
|
2016-07-06 16:23:01 -07:00
|
|
|
- [**Utils**](./utils) — containing a few private convenience modules.
|
2016-07-06 16:21:05 -07:00
|
|
|
|
2016-07-06 16:23:01 -07:00
|
|
|
Feel free to poke around in each of them to learn more!
|