shadcn-vue icon indicating copy to clipboard operation
shadcn-vue copied to clipboard

[Feature]: Allow using `Avatar` like image rendering components to be used with `NuxtImage`

Open jd-solanki opened this issue 1 year ago • 0 comments

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:

image

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.

jd-solanki avatar Apr 13 '24 02:04 jd-solanki