slate-hyperscript
A hyperscript helper for writing Slate documents with JSX!
Example
Exports
h
h
Function
The default export of slate-hyperscript
is a barebones hyperscript helper that you can immediately start using to create Slate objects.
createHyperscript
createHyperscript
createHyperscript(options: Object) => Function
The other export is a createHyperscript
helper that you can use to create your own, smarter, schema-aware hyperscript helper. You can pass it options
that tell it about your schema to make creating objects much terser.
Last updated