mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 13:18:29 +01:00
3.5 KiB
3.5 KiB
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 helper to write Slate documents in JSX!|
|slate-plain-serializer
|||A plain text serializer for Slate documents.|
|slate-prop-types
|||A set of React prop types for checking Slate values.|
|slate-react
|||The React components for rendering Slate editors.|
|slate-simulator
|||A simulator for testing Slate editors and plugins.|