-
### Describe the feature
Let's populate this page https://www.shadcn-vue.com/examples/forms.html with example 😁
reference:
https://github.com/shadcn-ui/ui/tree/main/apps/www/app/examples/forms
#…
-
I tried to provide downloadable files in the public folder.
But it seems the link always lead to a empty page.
How are links handled when they are directed to the `public` folder?
---
Tried both…
-
### Reproduction
https://stackblitz.com/edit/nuxt-starter-gvthbq?file=app.vue,pages%2Findex.vue
### Describe the bug
Using `alert-dialog` without description component and even with `aria-des…
-
Hi, can I send a PR to make `Alert` and `Callout` auto-detect internal links and/or accept an "external" prop?
ijkml updated
2 months ago
-
The current footer is a bit limited for displaying rich info.
For instance:
![image](https://github.com/user-attachments/assets/1c11c322-445d-4826-a177-f571226731db)
Using custom icons is not all…
-
### 🆒 Your use case
I can take it on myself.
### 🆕 The solution you'd like
So, I think I'll make some components which will contain:
- wrapper
- triggers
- content (I'll think on t…
-
### Reproduction
None
### Describe the bug
Code
```vue
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
Account
Password
…
-
I have registered vue-pdf-viewer in a local module, and have tried pnpm overrides for "pdfjs-dist": "4.4.168" and installing variations of pdfjs-dist library. Nothing seems to work. PDFS won't load.…
-
Hi, thank you for your project! I am not able to use it due to some errors. When I install your project using bun, it reports that it's not able to find the component/ui directory and gives me a 500 e…
-
Installed Nuxt Color Mode and configured the color switch button
```
const colorMode = useColorMode()
const isDark = computed({
get() {
return colorMode.value === 'dark'
},
set()…