0.1.4 • Published 1 year ago

@easylogic/react-summernote v0.1.4

Weekly downloads
14
License
MIT
Repository
github
Last release
1 year ago

react-summernote

React extension for summernote

This library support all summernote features.

install

npm install @easylogic/react-summernote 

Getting Started

import 'jquery'
import ReactSummernoteLite from '@easylogic/react-summernote'
import '@easylogic/react-summernote/index.css'

const EditorComponent = () => {
  return <ReactSummernoteLite id="sample" onInit={({ note }: any ) => {
          note.summernote('pasteHTML', '<span style="font-size:30px">Hello, world for 30px</span>')
        }} />
}

export default EditorComponent

development

npm install
npm run dev 

build

npm install
npm run build

storybook

npm install
npm run storybook
0.1.0

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago