0.1.4 • Published 10 months ago

@easylogic/react-summernote-lite v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.1.3

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago