shadcn-vue
shadcn-vue copied to clipboard
[Feature]: Allow using `Avatar` like image rendering components to be used with `NuxtImage`
Describe the feature
Hi 👋🏻
I'm using nuxt-image and wanted to use it with Avatar I tried few ways but realized we can't use NuxtImage with AvatarImage. When I try to do <AvatarImage as-child><NuxtImage /></AvatarImage> it gives error:
If using NuxtImage is possible in everywhere in shadcn, it'll be great to add documentation.
Thanks, Enjoying Shadcn so far ❤️
Additional information
- [X] I intend to submit a PR for this feature.
- [ ] I have already implemented and/or tested this feature.