This repo provides a way to integrate the rich text editor Quill.js with React Hook Form in React + TypeScript projects.
Integrates Quill.js (using react-quilljs) with React Hook Form for easy form handling. Leverages TypeScript for type safety.
To contribute to the development of this library, clone the repository and run the following commands:
git clone https://github.com/arnaudfl/react-hook-form-quilljs.git
cd react-hook-form-quilljs
npm install
npm start
This will start a development server so you can make changes and see them reflected in the code.
MIT License
This is a basic template, and you might need to adjust it based on the specific functionalities of your library.