1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00
slate/packages
2018-10-09 14:10:02 -07:00
..
2018-10-09 14:03:27 -07:00
2018-10-09 12:49:32 -07:00
2018-08-01 12:07:02 -07:00
2018-08-16 15:26:05 -07:00
2018-08-01 12:07:02 -07:00
2018-09-21 09:43:39 -07:00
2018-10-09 14:03:27 -07:00
2018-10-09 12:49:32 -07:00
2018-10-09 14:03:27 -07:00
2018-10-09 14:03:27 -07:00
2018-10-09 14:10:02 -07:00

Packages

Slate's codebase is monorepo managed with Lerna. It consists of a handful of packages—although you won't always use all of them. They are:

Package Version Size Description
slate Slate's core data model logic.
slate-base64-serializer A Base64 string serializer for Slate documents.
slate-html-serializer An HTML serializer for Slate documents.
slate-hyperscript A hyperscript tool to write JSX Slate documents!
slate-plain-serializer A plain text serializer for Slate documents.
slate-prop-types React prop types for checking Slate values.
slate-react React components for rendering Slate editors.
slate-hotkeys Detect common keypresses in a platform-agnostic way