Skip to content

BRANDNEWSHVT/void-ui-docs

Repository files navigation

Void UI

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.

Project Structure

voidui/
├── src/
│   └── docs/            # Documentation site
│       ├── content/     # MDX documentation
│       ├── components/  # Doc site components
│       └── pages/       # Doc site pages
└── README.md

Development

# Install dependencies
pnpm install

# Start dev server (docs site)
pnpm dev

# Build everything
pnpm build

Tech Stack

  • 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

Features

  • Composable component architecture
  • Full keyboard navigation
  • Accessible by default (WAI-ARIA)
  • Tailwind CSS v4 compatible
  • TypeScript support

License

MIT

About

Void UI Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published