Skip to content

Components

The @rozie-ui families are pre-compiled component packages for React, Vue, Svelte, Angular, Solid, and Lit: the same component, with the same API, in whichever of the six frameworks you use. Most wrap a battle-tested vanilla-JS engine whose existing framework wrappers are uneven, partial, or entirely missing; thirteen families (Listbox, Slider, Combobox, CommandPalette, and friends) are headless, fully-accessible components with no engine at all.

Install only the package for your framework. There is no build step and no Rozie toolchain to add — just the compiled output for the framework you already use, plus a small tree-shaken @rozie/runtime-* helper package that most (not all) builds pull in.

Every family below ships six packages (-react, -vue, -svelte, -angular, -solid, -lit), a showcase-and-API page, a libraries-comparison page against the incumbents on each framework, and a live demo.

The families

Grouped by what they do. Most wrap a vanilla-JS engine; the headless group at the end carries no engine at all.

Data, tables & lists

FamilyWrapsShowcase
DataTable@tanstack/table-core — sorting, filtering, pagination, selection, full column management; table and WAI-ARIA role="grid" modes/components/data-table
SortableListSortableJS drag-and-drop lists/components/sortable-list

Editors

FamilyWrapsShowcase
CodeMirrorCodeMirror 6 code editor/components/codemirror
TipTapTipTap rich-text editor (ProseMirror)/components/tiptap
LexicalLexical rich-text editor (Meta)/components/lexical

Dates & scheduling

FamilyWrapsShowcase
Flatpickrflatpickr date / time picker/components/flatpickr
FullCalendarFullCalendar event calendar/components/fullcalendar

Charts, maps & graphs

FamilyWrapsShowcase
Chart.jsChart.js canvas charts/components/chartjs
MapLibreMapLibre GL interactive maps/components/maplibre
FlowCanvasRete.js node-flow editor/components/rete

Media

FamilyWrapsShowcase
CropperCropper.js image cropping/components/cropper
Waveformwavesurfer.js audio waveform + playback/components/wavesurfer
PdfViewerpdf.js PDF rendering/components/pdf
CarouselEmbla Carousel carousel engine/components/embla

Security & forms

FamilyWrapsShowcase
CaptchareCAPTCHA / hCaptcha / Turnstile bot protection/components/captcha

Overlays

FamilyWrapsShowcase
PopoverFloating UI tooltip + popover positioning/components/popover

Headless primitives (no engine)

Authored from scratch in a single .rozie file — no third-party engine, fully accessible.

FamilyWrapsShowcase
Listbox(no engine) headless WAI-ARIA listbox / combobox/components/listbox
Slider(no engine) headless accessible slider / range/components/slider
Otp(no engine) headless accessible one-time-code / PIN input/components/otp
Combobox(no engine) headless WAI-ARIA combobox / autocomplete/components/combobox
Toaster(no engine) headless accessible toast / notification host/components/toast
Dialog(native <dialog>) headless accessible modal dialog/components/dialog
Tags(no engine) headless accessible token / tags input/components/tags
NumberField(no engine) headless accessible number field / stepper/components/number-field
Pagination(no engine) headless accessible pagination/components/pagination
DatePicker(no engine) headless accessible calendar (single + range modes)/components/date-picker
Switch(no engine) headless accessible toggle / switch/components/switch
Resizable(no engine) headless accessible two-panel splitter / resizable pane/components/resizable
CommandPalette(no engine) headless accessible cmdk-style command menu/components/command-palette

Why these exist

Each family targets a real cross-framework gap: an engine that does its heavy lifting in vanilla JS, but whose framework bindings are either divergent across React/Vue/Svelte/Solid, single-maintainer community efforts for Angular, or simply nonexistent for Lit and web components. Rozie compiles one source into six idiomatic, version-current wrappers — eliminating the per-framework wrapper maintenance that dominates the budget of cross-framework UI libraries.

For the why-and-how of Rozie itself, start with the Guide.

Pre-1.0 — APIs may change between minor versions.