Another composable React component library built on Base UI and Tailwind CSS v4.
Note: This is an experimental personal project for learning and exploration. APIs may change without notice.
voidui/
├── src/
│ └── docs/ # Documentation site
│ ├── content/ # MDX documentation
│ ├── components/ # Doc site components
│ └── pages/ # Doc site pages
└── README.md
# Install dependencies
pnpm install
# Start dev server (docs site)
pnpm dev
# Build everything
pnpm build- React 18 - UI framework
- TypeScript - Type safety
- Vite - Build tool
- Tailwind CSS v4 - Styling
- Base UI - Unstyled accessible components
- Phosphor Icons - Icon library
- Class Variance Authority - Variant management
- Composable component architecture
- Full keyboard navigation
- Accessible by default (WAI-ARIA)
- Tailwind CSS v4 compatible
- TypeScript support
MIT