Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder slot for <NuxtImg> #1307

Open
DamianGlowala opened this issue Mar 30, 2024 · 0 comments
Open

Placeholder slot for <NuxtImg> #1307

DamianGlowala opened this issue Mar 30, 2024 · 0 comments

Comments

@DamianGlowala
Copy link
Member

DamianGlowala commented Mar 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant