easylogic / react-summernote

React extension for summernote

Home Page:https://react-summernote.easylogic.studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React extension for summernote

https://react-summernote.easylogic.studio

License:MIT License


Languages

Language:TypeScript 91.1%Language:JavaScript 5.8%Language:HTML 2.7%Language:Shell 0.4%