0.1.4 • Published 11 months ago

@easylogic/react-summernote-bs4 v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@easylogic/react-summernote-bs4

React extension for summernote bs4

This library support all summernote features.

install

npm install jquery summernote bootstrap popper.js @easylogic/react-summernote-bs4

Getting Started

import {ReactSummernoteBS4} from '@easylogic/react-summernote-bs4'

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

export default EditorComponent
0.1.4

11 months ago

0.1.3

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago