1.0.8 • Published 7 years ago

react-pell2 v1.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

React wrapper for Pell WYSIWYG web editor

Minimal wrapper for Pell editor without any extras build in.

Installation

npm i react-pell2

Usage

  import ReactPell from 'react-pell2';

  <ReactPell
    content="<b><u><i>Initial content!</i></u></b>"
    onChange={}
    classes={}
    actions={}
    height="400px"
    width="600px"
    style={style}
  />

  Check out the /examples folder for a more comprehensive example.

Other

Pell WYSIWYG editor: https://github.com/jaredreich/pell/

If you need markdown support check out: https://github.com/bpetetot/react-pell

Boilerplate for this module: https://github.com/Travelport-Ukraine/npm-module-boilerplate

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago