-
Notifications
You must be signed in to change notification settings - Fork 624
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
Icons not showing #354
Comments
Your reproduction doesn't work for me, but to achieve what you're trying to do, you should consider using nuxt-icon. Since Tailwind CSS parser can't see your icon such as You can read more in the documentation: https://ui.nuxtlabs.com/getting-started/theming#icons I've also given additional informations in this issue: #267 Feel free to reopen if you're still having an issue. |
Having the same problem. |
Have you installed the |
@benjamincanac |
After update to from
Can you help me please! Solution: I have in my component folder a component call |
@albertcito This issue is 6 months old, please open a new one with a reproduction. |
I found the text to use was in incorrect format, for anyone who finds this (even me in the future), change the text of icon helps: <UButton
block
icon="heroicons:presentation-chart-line-solid"
color="gray"
> |
Version
@nuxthq/ui:
2.4.0
nuxt:
3.5.3
Reproduction Link
https://stackblitz.com/edit/nuxtlabs-ui-etmq72?file=app.vue
Steps to reproduce
What is Expected?
Icons should show since the
ph
icon set is installed.What is actually happening?
Icons not showing as expected.
The text was updated successfully, but these errors were encountered: