Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radix-vue/radix-vue
Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://github.com/radix-vue/radix-vue
accessibility accessible component-library design-system headless nuxt primitives radix-ui ui ui-components ui-kit vue vue-component-library vue-components vue-radix
Last synced: about 1 month ago
JSON representation
Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
- Host: GitHub
- URL: https://github.com/radix-vue/radix-vue
- Owner: radix-vue
- License: mit
- Created: 2023-06-22T11:08:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:47:01.000Z (3 months ago)
- Last Synced: 2024-08-02T23:24:48.229Z (3 months ago)
- Topics: accessibility, accessible, component-library, design-system, headless, nuxt, primitives, radix-ui, ui, ui-components, ui-kit, vue, vue-component-library, vue-components, vue-radix
- Language: Vue
- Homepage: https://radix-vue.com
- Size: 22.3 MB
- Stars: 3,095
- Watchers: 14
- Forks: 184
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Radix Vue
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 Radix Vue?![hero image](https://www.radix-vue.com/og.jpg)
design by: [icarusgkx](https://twitter.com/icarusgkx), [melkam](https://github.com/MellKam)## Installation
```bash
pnpm add radix-vue
```
```bash
npm install radix-vue
```
```bash
yarn add radix-vue
```## Documentation
For full documentation, visit [radix-vue.com](https://radix-vue.com).
## Releases
For changelog, visit [releases](https://github.com/radix-vue/radix-vue/releases).
## Contributing
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!
## Dev Setup
### Docs
1. Clone the repo
2. Run `pnpm i`
3. Run `pnpm build` to run build `radix-vue` locally
3. Run `pnpm docs:dev` to run vitepress
4. Open `http://localhost:5173`### Package
1. Clone the repo
2. Run `pnpm i`
3. Run `pnpm story:dev` to run histoire (storybook)
4. Open `http://localhost:6006`## Authors
- [Khairul Haaziq](https://github.com/k11q)
- [Mujahid Anuar](https://github.com/mujahidfa)
- [Zernonia](https://github.com/zernonia)## Credits
All credits go to these open-source works and resources
- [Radix UI](https://radix-ui.com) for doing all the hard work to make sure components are accessible
- [Floating UI](https://floating-ui.com) for creating powerful components that as the base of many Radix Vue components
- [VueUse](https://vueuse.org) for providing many useful utilities.
- [Ark UI](https://ark-ui.com) for the `` component
- [Radix Svelte](https://radix-svelte.com)
- [Headless UI](https://headlessui.com)