This is a Quill Editor Example (React)
- 📝 Table of Contents
🅰️ About- 🥍 Live example
- 🐩 Dependencies
- 🀄 Getting Started
- ⛏️ Built With
- 🎉 More guides on React
This project illustrate the implementation of Quill Editor framework in React application.
<iframe src="https://codesandbox.io/embed/react-quilljs-zu9zg2?fontsize=14&hidenavigation=1&theme=dark" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" title="react-quilljs" allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts" ></iframe> ## 🐩 Dependencies Please go through `package.json` for more detail about dependencies. - react-quilljs - QuillInstall the dependencies from package.json
.
yarn install
or
npm install
npm run start