Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easylogic/react-summernote

React extension for summernote
https://github.com/easylogic/react-summernote

Last synced: 1 day ago
JSON representation

React extension for summernote

Awesome Lists containing this project

README

        

# react-summernote
React extension for summernote

This library support all summernote features.

# install
```
npm install @easylogic/react-summernote
```

# Getting Started

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

const EditorComponent = () => {
return {
note.summernote('pasteHTML', 'Hello, world for 30px')
}} />
}

export default EditorComponent
```

# development

```
npm install
npm run dev
```

# build

```
npm install
npm run build
```

# storybook

```
npm install
npm run storybook
```