slate-soft-break

0.9.0 • Public • Published

slate-soft-break

A Slate plugin to add soft breaks on enter.

View Demo ⬈

import SoftBreak from 'slate-soft-break'
import { Editor } from 'slate-react'
 
const plugins = [
  SoftBreak()
]
 
<Editor
  ...
  plugins={plugins}
/>
Option Type Description
shift Boolean Require the shift key to be pressed as well.

Readme

Keywords

Package Sidebar

Install

npm i slate-soft-break

Weekly Downloads

12,583

Version

0.9.0

License

MIT

Unpacked Size

5.51 kB

Total Files

12

Last publish

Collaborators

  • ianstormtaylor