https://github.com/easylogic/react-summernote
React extension for summernote
https://github.com/easylogic/react-summernote
Last synced: about 1 month ago
JSON representation
React extension for summernote
- Host: GitHub
- URL: https://github.com/easylogic/react-summernote
- Owner: easylogic
- License: mit
- Created: 2020-03-12T13:24:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T18:51:05.000Z (about 1 month ago)
- Last Synced: 2025-04-11T05:06:20.409Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://react-summernote.easylogic.studio
- Size: 114 MB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-summernote - @easylogic/react-summernote
README
# react-summernote
React extension for summernoteThis 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
```