1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 17:23:07 +01:00
slate/lib/Readme.md
2016-09-10 17:33:18 -07:00

13 lines
795 B
Markdown

This directory contains the core logic of Slate. It's separated further into a series of directories:
- [**Components**](./components) — containing the React components Slate renders.
- [**Constants**](./constants) — containing constants that are used in Slate's codebase.
- [**Models**](./models) — containing the models that define Slate's internal data structure.
- [**Plugins**](./plugins) — containing the plugins that ship with Slate by default.
- [**Serializers**](./serializers) — containing the serializers that ship with Slate by default.
- [**Transforms**](./transforms) — containing the transforms that are used to alter a Slate document.
- [**Utils**](./utils) — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!