# zenoamaro/react-quill

A Quill component for React.

Repository: https://github.com/zenoamaro/react-quill
Canonical: https://ross.abutalabs.com/products/react-quill
Homepage: https://zenoamaro.github.io/react-quill
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, quill, editor, wysiwyg-editor, rich-text-editor
Last push: 2025-02-22T19:33:37+00:00

## Health v2 (maintenance only)
Score: 26/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 8, release rhythm 8, longevity 100
- inputs: {"age_days": 4317, "days_push": 557, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7011, forks 943 (observed 2026-08-28T04:09:53.281833+00:00)

## What it is
ReactQuill is a React component that wraps the Quill rich-text (WYSIWYG) editor, providing controlled/uncontrolled usage, themes, custom toolbars, and Delta support. Version 2 is a TypeScript port supporting React 16+, though the README notes modern users may not need this wrapper.

## Use cases
- add a rich text editor to a React form
- embed a WYSIWYG editor in a React app
- customize a Quill toolbar in React
- capture rich text content as HTML or Quill Deltas
- build a blog post composer with formatting

## When to choose
- you're on React 16+ and want a battle-tested Quill wrapper
- you need custom toolbars, formats, or Delta-based content handling
- you want a drop-in rich text editor component with themes

## When to avoid
- starting a new project — the official Quill React playground may suffice
- you need a plain textarea or lightweight markdown editor
- you rely on the deprecated v1 Mixin or Toolbar component

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, editor
- domain: web-development, frontend, text-editors
- platform: browser, cross-platform
- tags: react, quill, wysiwyg, rich-text-editor, react-component, nodejs

## Member repositories
- zenoamaro/react-quill (main) score 26

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:53.281833+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:40:42.889686+00:00, confidence not recorded.
  - readme: https://github.com/zenoamaro/react-quill (fetched 2026-08-28T04:09:53.281833+00:00, sha 8fddf932af41)
  - homepage: https://zenoamaro.github.io/react-quill (fetched 2026-08-29T08:36:52.416008+00:00, sha fd901758ccf9)
  - registry_npm: https://registry.npmjs.org/react-quill (fetched 2026-08-29T08:36:52.418475+00:00, sha 7ab861bb3e26)
- Data as of 2026-08-30T08:39:29.467469+00:00.
