Set of components created with Radix-Vue. Inspired by shadc/ui & shadcn-vue.
The documentation can be found here: https://ui-thing.behonbaker.com/
- shadcn/ui
- Radiv-Vue
- TailwindCSS
- Nuxt
- Nuxt UI
Thanks to the maintainers of the other third party libraries used in this project.
- Create a Nuxt 3 project
- Install the dependencies
- Run the init command
npx ui-thing@latest init- Start the dev server
npm run dev- Add components to your project with the
addcommand
npx ui-thing@latest addnpx ui-thing@latest initThis command will install the dependencies and add the required configuration to your project.
npx ui-thing@latest addThis command will add the components to your project.
npx ui-thing@latest themeThis command will add the theme to your project.
npx ui-thing@latest prettierThis command will add the prettier configuration to your project.
npx ui-thing@latest shortcutsThis command will add the defineShortcuts & useShortcuts composables to your project.
