@carabine/ui
A React component library — styled by default, headless when you want. Styles inject at runtime via data-cui-* attributes. No CSS import needed by consumers.
Quick StartInstall and configure in minutes.PrimitiveThe base element powering every component.ComponentsTooltip, Toggle, CodePreview and more.
Features
- Zero CSS imports — styles inject automatically at runtime.
- Headless mode — pass
unstyledto strip all defaults. - asChild — compose onto your own elements (Radix pattern).
- React 19 — no
forwardRef, refs are plain props. - Tree-shakeable — per-component sub-path imports.