1.2.0 • Published 4 years ago

@artibox/slate-soft-break v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Slate sort break.

npm package npm downloads

Installation

npm install @artibox/slate-soft-break --save

or

$ yarn add @artibox/slate-soft-break

Usage

Editor

import React from 'react';
import { createArtiboxEditor } from '@artibox/slate-editor';
import { SoftBreak } from '@artibox/slate-soft-break';

const plugins = [SoftBreak.forPlugin()];

const Editor = createArtiboxEditor({
  plugins
});

export default Editor;

API