nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.31k stars 266 forks source link

Placeholder slot for `<NuxtImg>` #1307

Open DamianGlowala opened 5 months ago

DamianGlowala commented 5 months ago

I've been thinking of how to achieve more sophisticated placeholders using <NuxtImg> than what the placeholder prop allows for. Being able to define the placeholder in a slot would allow for greater flexibility:

<NuxtImg>
  <template #placeholder>
    <SkeletonLoader />
  </template>
</NuxtImg>

If this is a desirable addition, I am willing to implement it.

damevin commented 1 month ago

That would be great, dealing with placeholder could be improved !!

KingSit3 commented 3 weeks ago

yes please 😀