Summernote lite without bootstrap for react (Super simple WYSIWYG editor)
npm install react-summernote-liteSummernote lite without bootstrap for react with fast setup

#### Install
react-summernote-lite is built upon jquery
```
npm install react-summernote-lite jquery --save
or using yarn
``
yarn add react-summernote-lite jquery
No additional setup needed
`js
import SummernoteLite from "react-summernote-lite";
// you need to iport the css style yourself
import 'react-summernote-lite/dist/summernote-lite.min.css';
// only import if you want to add some languages
import 'react-summernote-lite/dist/lang/summernote-zh-CN.min';
// only import if you want to add some fonts
import 'react-summernote-lite/dist/font/summernote.ttf';
const App = () => {
const [imageFiles, setImageFiles] = useState([]);
const noteRef = useRef();
return (
This is the default html value
'} style={{ marginTop: 9 }}
onClick={() => {
noteRef.current.summernote('fullscreen.toggle');
}}>
Fullscreen
export default App;
`$3
| Property | Type | Description |
| ----------------- | ---------- | ------------------------------------------------------------------------------ |
| defaultCodeValue | string | The default html value of summernote |Object
| callbacks | | Keys that emits event Callbacks |boolean
| useDiv | | By default summernote is mounted using