0.1.4 • Published 1 year ago

@easylogic/react-summernote-lite v0.1.4

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

@easylogic/react-summernote-lite

React extension for summernote lite

This library support all summernote features.

install

npm install jquery summernote @easylogic/react-summernote-lite

Getting Started

import {ReactSummernoteLite} from '@easylogic/react-summernote-lite'

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

storybook

pnpm install
pnpm storybook
0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago