Skip to content

Quill docs

Component library

Quill's component library is now documented as a real coverage map: 36 styled components and 37 headless state machines exist in source. Deep playground pages are built for the first set; every remaining implemented styled component now has a route, preview, code sample, and design/accessibility contract.

Coverage status#

AreaStatusWhat this means
Styled componentsBUILT36 component files under `qquill-design/src/components` excluding `mod.rs`.
Headless componentsBUILT37 component files under `qquill-ui/src/components` excluding `mod.rs`.
Website routesBUILTEvery styled component has a `/docs/quill/components/<name>` docs route.
Deep playgroundsPARTIALButton, badge, card, alert, stat, list, divider, breadcrumb, and interactive primitives have richer live demos; the newer coverage pages can be deepened next.

Component routes#

  • Foundations: avatar, badge, button, card, divider, logo, skeleton, spinner.
  • Navigation: breadcrumb, navbar, page_nav, pagination, tabs, stepper.
  • Forms: checkbox, combobox, field, number_input, radio, select, slider, switch, switch_group, textarea.
  • Overlays: dialog, drawer, menu, popover, tooltip, command_palette, toast.
  • Data/display: alert, list, progress, stat, table, accordion.