UI Components
Deska uses shadcn-vue, a collection of re-usable components that you can add through CLI or you can copy and paste into the app.
The components located in ./app/components/ui/ are pre-designed and modified to support some of our use-case.
- Adding (or updating) a component run command:
bash
pnpm dlx shadcn-vue@latest add <component-name>If you update a component, make sure to review the changes.