React Quill
react-quill
The Quill rich-text editor as a React component.
Component Libraries
react
react-component
rich
text
rich-text
textarea
quill
react-quill
Component Libraries
javascript
Stars
7.0k
Weekly
4.4M
Open issues
433
Bundle
~25 kB
Installation
npm install react-quillCode example
import { Button } from "react-quill";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by zenoamaro
- 4.4M weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 433 open issues on GitHub