This project demonstrates how to use Quill in a Vite + React app to create and export rich-text content as a DOCX file using quill-to-word
.
🔗 Live Demo & Editable Code:
Check it out on StackBlitz
- Uses Quill.js.
- Initializes Quill inside a React functional component.
- Converts the Quill Delta format to a DOCX file.
- Uses
file-saver
to download the exported file.
Clone this repo and install dependencies:
git clone https://github.com/xautiik/quill-to-word--vite-react.git
cd quill-to-word--vite-react
npm install
npm run dev