Hover, click, drag. Six representative components — all from @bwo-ui/react.
Every component ships with ARIA, keyboard navigation, focus management, and the same boogie tokens — written from scratch, no headless library underneath.
Scroll reveals, magnetic buttons, marquees, FLIP layouts, parallax, scramble text, custom cursors.
Every primitive — Dialog, Popover, Tooltip, Select, Tabs, Accordion, Toast, Calendar, Combobox — written from scratch. No headless UI library underneath.
Override --bwo-accent, --bwo-radius-md, --bwo-font-sans, dozens more. Dark mode built in.
Cloned token-for-token from boogie-next: the same radial gradient, Inter font, pill buttons, dashed accordion dividers.
Ship only what you import. GSAP is a peer dep — pay nothing for effects you don’t use.
Free for commercial use. Open source. Already shipping on npm under @bwo-ui.
--bwo-*:root {
--bwo-accent: #7463ff;
--bwo-radius-pill: 6px;
--bwo-radius-md: 16px;
--bwo-font-sans: 'Geist', sans-serif;
}Tokens propagate automatically.