Beautiful, accessible components for Next.js projects
Beautiful components built on Radix UI primitives
Easy to theme and extend with Tailwind CSS
Import only what you need, optimized bundle size
WCAG compliant with keyboard navigation
Full type safety and autocomplete support
Mobile-first design that works everywhere
1. Install the package
bun add git+https://github.com/yoyoucay/radix-ui-components-lib.git2. Import styles
import 'radix-ui-components-lib/styles';3. Use components
import { Button, Navbar } from 'radix-ui-components-lib';Versatile button with multiple variants and sizes
Modal dialog for alerts and confirmations
Contextual menu with nested support
Accessible tooltips for additional information
Responsive navigation bar with mobile menu
Collapsible sidebar with nested navigation
Visual divider for content sections
More components are being added regularly