mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-02 06:09:09 +01:00
cb3baf4de4
- slate-base64-serializer@0.1.4 - slate-dev-logger@0.1.5 - slate-html-serializer@0.1.4 - slate-hyperscript@0.1.4 - slate-plain-serializer@0.1.4 - slate-prop-types@0.1.4 - slate-react@0.1.4 - slate-simulator@0.1.4 - slate@0.24.4
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.