mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 13:18:29 +01:00
1.0 KiB
1.0 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:
slate
— which includes Slate's core logic.slate-react
— the React components for rendering Slate editors.slate-hyperscript
— a hyperscript helper to write Slate documents in JSX!
And some others...
slate-base64-serializer
— a Base64 string serializer for Slate documents.slate-dev-logger
— a simpler development-only logger for Slate.slate-html-serializer
— an HTML serializer for Slate documents.slate-plain-serializer
— a plain text serializer for Slate documents.slate-prop-types
— a set of React prop types for checking Slate values.slate-simulator
— a simulator for testing Slate editors and plugins.