@artibox/slate-soft-break
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@artibox/slate-soft-break

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

Readme

Keywords

none

Package Sidebar

Install

npm i @artibox/slate-soft-break

Weekly Downloads

3

Version

1.2.0

License

MIT

Unpacked Size

9.23 kB

Total Files

22

Last publish

Collaborators

  • fantasywind