https://github.com/devmnj/quill-react-editor
Quilljs implementation in React app
https://github.com/devmnj/quill-react-editor
quilljs react-component react-examples react-quill reactjs
Last synced: 7 months ago
JSON representation
Quilljs implementation in React app
- Host: GitHub
- URL: https://github.com/devmnj/quill-react-editor
- Owner: devmnj
- Created: 2022-05-25T14:39:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T04:29:30.000Z (over 3 years ago)
- Last Synced: 2025-04-19T10:08:50.037Z (9 months ago)
- Topics: quilljs, react-component, react-examples, react-quill, reactjs
- Language: HTML
- Homepage:
- Size: 744 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Quill Component
This is a Quill Editor Example (React)
## 📝 Table of Contents
- [📝 Table of Contents](#-table-of-contents)
- [🅰️ About ](#️-about--)
- [🥍 Live example](#-live-example)
- [🐩 Dependencies ](#-dependencies-)
- [🀄 Getting Started ](#-getting-started-)
- [🍠 Test the application](#-test-the-application)
- [⛏️ Built With ](#️-built-with-)
- [🎉 More guides on React ](#-more-guides-on-react-)
## 🅰️ About
This project illustrate the implementation of Quill Editor framework in React application.
## 🥍 Live example
[On CodeSandBox](https://codesandbox.io/s/react-quilljs-zu9zg2)
## 🐩 Dependencies
Please go through `package.json` for more detail about dependencies.
- react-quilljs
- Quill
Install the dependencies from `package.json`.
```
yarn install
or
npm install
```
### 🍠 Test the application
``` bash
npm run start
```
## ⛏️ Built With
- [React](https://www.recajs.org/) - React
- [NodeJs](https://nodejs.org/en/) - Server Environment
[JSU - JavaScript Super User](http://javascriptsu.wordspres.com)