NuxtN
Nuxt14mo ago
czepter

Icons not rendered in nuxt/ui v3

Hi!
Having the problem that icons are not rendered in my current setup with ui v3 - component is there but no svg is injected ...

thats the code i use
<UButtonGroup>
<UButton @click="cancel" icon="i-lucide-x">close</UButton>
<UButton @click="save" icon="i-lucide-save">save</UButton>
</UButtonGroup>

using "@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@5385f84" and no adjustments to icons / ui in the nuxt.config.ts
image.png
Was this page helpful?