{"id":20528097,"url":"https://github.com/devmnj/quill-react-editor","last_synced_at":"2025-07-09T19:38:53.602Z","repository":{"id":110320263,"uuid":"496270502","full_name":"devmnj/quill-react-editor","owner":"devmnj","description":"Quilljs implementation in React app","archived":false,"fork":false,"pushed_at":"2022-05-26T04:29:30.000Z","size":762,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T10:08:50.037Z","etag":null,"topics":["quilljs","react-component","react-examples","react-quill","reactjs"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmnj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-25T14:39:41.000Z","updated_at":"2022-05-25T14:42:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"952ffba5-a65b-4618-8484-83cbaf84bc8d","html_url":"https://github.com/devmnj/quill-react-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmnj/quill-react-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Fquill-react-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Fquill-react-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Fquill-react-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Fquill-react-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmnj","download_url":"https://codeload.github.com/devmnj/quill-react-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Fquill-react-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502493,"owners_count":23618619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quilljs","react-component","react-examples","react-quill","reactjs"],"created_at":"2024-11-15T23:23:13.745Z","updated_at":"2025-07-09T19:38:53.395Z","avatar_url":"https://github.com/devmnj.png","language":"HTML","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg src=\"https://images.unsplash.com/photo-1531547255897-f400dc1b7de2?crop=entropy\u0026cs=tinysrgb\u0026fm=jpg\u0026ixlib=rb-1.2.1\u0026q=80\u0026raw_url=true\u0026ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8\u0026auto=format\u0026fit=crop\u0026w=1074\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eReact Quill Component\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e This is a Quill Editor Example (React)\n    \u003cbr\u003e \n\u003c/p\u003e\n\n## 📝 Table of Contents\n\n- [📝 Table of Contents](#-table-of-contents)\n- [🅰️ About \u003ca name=\"about\"\u003e \u003c/a\u003e](#️-about--)\n- [🥍 Live example](#-live-example)\n- [🐩 Dependencies \u003ca name = \"dep\"\u003e\u003c/a\u003e](#-dependencies-)\n- [🀄 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e](#-getting-started-)\n  - [🍠 Test the application](#-test-the-application)\n- [⛏️ Built With \u003ca name = \"tech_stack\"\u003e\u003c/a\u003e](#️-built-with-)\n- [🎉 More guides on React \u003ca name = \"acknowledgments\"\u003e\u003c/a\u003e](#-more-guides-on-react-)\n\n## 🅰️ About \u003ca name=\"about\"\u003e \u003c/a\u003e\nThis project illustrate the implementation of Quill Editor framework in React application.\n## 🥍 Live example\n[On CodeSandBox](https://codesandbox.io/s/react-quilljs-zu9zg2)\n\u003ciframe src=\"https://codesandbox.io/embed/react-quilljs-zu9zg2?fontsize=14\u0026hidenavigation=1\u0026theme=dark\"\n     style=\"width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;\"\n     title=\"react-quilljs\"\n     allow=\"accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking\"\n     sandbox=\"allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts\"\n   \u003e\u003c/iframe\u003e\n## 🐩 Dependencies \u003ca name = \"dep\"\u003e\u003c/a\u003e\nPlease go through `package.json` for more detail about dependencies.\n- react-quilljs\n- Quill \n\n## 🀄 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\nInstall the dependencies from `package.json`. \n```\nyarn install\nor\nnpm install\n```\n\n### 🍠 Test the application\n\n``` bash\nnpm run start\n```\n## ⛏️ Built With \u003ca name = \"tech_stack\"\u003e\u003c/a\u003e\n\n- [React](https://www.recajs.org/) - React\n- [NodeJs](https://nodejs.org/en/) - Server Environment\n\n\n## 🎉 More guides on React \u003ca name = \"acknowledgments\"\u003e\u003c/a\u003e\n\n[JSU - JavaScript Super User](http://javascriptsu.wordspres.com)\n\n \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmnj%2Fquill-react-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmnj%2Fquill-react-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmnj%2Fquill-react-editor/lists"}