Vue port of shadcn-ui
Go to file
Roga 1c7c60330a
docs: update nuxt.md (#804)
Expanded on the TailwindCSS installation instructions.
The added information is important because from time to time the Nuxt module installation throws the following error:
```bash
$ npx nuxi@latest module add tailwindcss

 ERROR  [GET] "https://npm.fontawesome.com/@nuxtjs/tailwindcss/latest": 401 Unauthorized                                              8:39:48 a.m.

  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  at async $fetch2 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.b88e7b0f.mjs:340:15)
  at async resolveModule (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/chunks/add2.mjs:262:15)
  at async Object.setup (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/chunks/add2.mjs:136:15)
  at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1620:5)
  at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1639:11)
  at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1639:11)
  at async runMain$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1777:7) 
```
Manually installing the package and then adding to the config fixes this issue.
2024-10-11 13:05:31 +08:00
.github ci: use corepack to automatically handle pnpm version & use GitHub composite actions (#568) 2024-05-25 08:36:39 +03:30
.vscode chore: update deps 2024-07-07 16:10:42 +03:30
apps/www docs: update nuxt.md (#804) 2024-10-11 13:05:31 +08:00
packages fix(cli): replace tab symbol with spaces (#756) 2024-09-19 14:59:05 +03:30
.editorconfig feat(Stepper): implement stepper (#669) 2024-07-22 08:43:10 +03:30
.gitignore chore: add nuxt fixtures 2023-09-18 23:43:36 +08:00
.npmrc fix: avoid failing resolve types by adding radix-vue to project deps in shadcn-vue init before the add command (#216) 2023-12-21 09:06:14 +08:00
CONTRIBUTING.md docs: adding contribution guide (#413) 2024-03-15 21:35:57 +03:30
eslint.config.js feat: PinInput with input-otp demos and styles (#402) 2024-03-10 19:15:39 +03:30
LICENSE initial release 2023-07-04 04:29:47 +08:00
package.json docs: fix and cleanup some of demos (#773) 2024-09-19 14:58:28 +03:30
pnpm-lock.yaml docs: fix and cleanup some of demos (#773) 2024-09-19 14:58:28 +03:30
pnpm-workspace.yaml docs: fix and cleanup some of demos (#773) 2024-09-19 14:58:28 +03:30
README.md chore: updated invalid link and correct shadecn naming (#46) 2023-09-12 17:37:15 +08:00
tsconfig.json chore: lint and enable Volar hybrid mode (#419) 2024-03-20 22:29:42 +03:30

shadcn-vue

shadcn-vue is an unofficial community-led Vue port of shadcn/ui.

Note
We are not affiliated with shadcn, but we did get his blessing prior to creating this project
This is a project born out of the need for a similar project for the vue ecosystem.

Accessible and customizable components that you can copy and paste into your apps. Free. Open Source. Use this to build your own component library.

hero

Documentation

View documentation here

Credits

All credits go to these open-source works and resources

  • Shadcn UI for creating this beautiful project.

  • Shadcn Svelte for some inspiration for registry.

  • Radix Vue for doing all the hard work to make sure components are accessible.

  • VueUse for providing many useful utilities.

  • ahmedmayara for populating many components

License

Licensed under the MIT license.