1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-02 06:09:09 +01:00
slate/packages
David O'Trakoun 9587bc4a50 Sanitize tagName check (#1212)
`In XML (and XML-based languages such as XHTML), tagName preserves case. On HTML elements in DOM trees flagged as HTML documents, tagName returns the element name in the uppercase form.`
2017-10-09 22:00:42 -07:00
..
2017-09-29 09:18:17 -07:00
2017-09-29 09:18:17 -07:00
2017-09-29 09:18:17 -07:00
2017-09-29 09:18:17 -07:00
2017-09-29 09:18:17 -07:00
2017-09-29 09:18:17 -07:00
2017-09-29 11:13:30 -07:00
2017-09-29 09:18:17 -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:

  • 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...