prosemirror-view
Version:
ProseMirror's view component
35 lines (19 loc) • 523 B
Markdown
ProseMirror's view module displays a given [editor
state](#state.EditorState) in the DOM, and handles user events.
Make sure you load `style/prosemirror.css` as a stylesheet when using
this module.
### Props
### Decorations
Decorations make it possible to influence the way the document is
drawn, without actually changing the document.