We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sets: { mdi, custom }
sets not iterable durung app building
Can you please provide an example of including custom icons in playground? Thanks in advance
The text was updated successfully, but these errors were encountered:
sets is single string or array of icon sets:
sets
sets?: IconFontName | IconFontName[] | FontIconSet[];
https://vuetify-nuxt-module.netlify.app/guide/icons/
Sorry, something went wrong.
sets is single string or array of icon sets: sets?: IconFontName | IconFontName[] | FontIconSet[]; https://vuetify-nuxt-module.netlify.app/guide/icons/
Typescript show warnings if insert custom icons. That's why I'm asking an example... just to understand if I do something wrong
If you're adding custom icons you need to add them using a Nuxt plugin, check https://vuetify-nuxt-module.netlify.app/guide/#nuxt-plugin-hooks (broken link to icons) and https://vuetify-nuxt-module.netlify.app/guide/icons/unocss-preset-icons.html#adding-a-new-vuetify-icon-set (the example is using UnoCSS Preset Icons but you can add your custom icons there)
No branches or pull requests
sets not iterable durung app building
Can you please provide an example of including custom icons in playground?
Thanks in advance
The text was updated successfully, but these errors were encountered: