An unofficial Vue port of Radix UI.
Radix is an unstyled, customisable UI Library with built in accessibility for building top quality design systems.
Documentation | Getting Started | Examples | Why Vitest?
pnpm install radix-vue
For full documentation, visit radix-vue.com.
For changelog, visit releases.
Component | Usable | Complete API | Complete Accessibility |
---|---|---|---|
Accordion | ✅ | ✅ | ✅ |
Alert Dialog | ✅ | ✅ | |
Aspect Ratio | ✅ | ✅ | |
Avatar | ✅ | ✅ | |
Checkbox | ✅ | ✅ | |
Collapsible | ✅ | ✅ | |
Context Menu | ✅ | ✅ | |
Dialog | ✅ | ✅ | |
Dropdown Menu | ✅ | ✅ | |
Hover Card | ✅ | ✅ | |
Label | ✅ | ✅ | ✅ |
Menubar | ✅ | ✅ | |
Navigation Menu | ✅ | ✅ | |
Popover | ✅ | ✅ | |
Progress | ✅ | ✅ | ✅ |
Radio Group | ✅ | ✅ | |
Scroll Area | ✅ | ✅ | |
Select | ✅ | ✅ | |
Separator | ✅ | ✅ | ✅ |
Slider | ✅ | ||
Switch | ✅ | ✅ | |
Tabs | ✅ | ✅ | |
Toggle | ✅ | ✅ | |
Toggle Group | ✅ | ✅ | |
Toolbar | ✅ | ✅ | |
Tooltip | ✅ | ✅ |
We would love to have your contributions! All PRs all welcomed! We need help building the core components, docs, tests, stories! Join our discord and we will get you up and running!
- Go to the docs directory :
cd docs
- Run
pnpm i --ignore-workspace
- Run
pnpm run dev
- Clone the repo
- Run
pnpm i
- Run
pnpm story:dev
to run histoire (storybook) - Open
http://localhost:6006
All credits goes to these open-source works and resources
- Radix UI for doing all the hard work to make sure components are accessible
- Floating UI for creating powerful component that as the base of many Radix Vue componetns
- VueUse for providing many useful utlities.
- Ark UI for the
<Primitive>
component - Radix Svelte
- Headless UI