1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-13 19:57:00 +01:00
slate/packages
Gergely Illés 5a6878bccf IE 11 compatibility, use Selection.collapse/extend instead of Selection.setBaseAndExtent (#1386)
* IE 11 compatibility, use Selection.collapse/extend instead of Selection.setBaseAndExtent

* lint

* use collapse/extend for both forward and backward selection

* lint

* use of Selection.extend if supported

* IE11 selection compat

* cleanup

* clean up IE 11 compat code
2017-11-13 11:40:20 -08:00
..
2017-11-01 00:15:09 -07:00
2017-11-01 00:15:09 -07:00
2017-11-01 00:15:09 -07:00
2017-11-01 00:15:09 -07:00
2017-11-01 00:15:09 -07:00
2017-11-01 00:15:09 -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...