nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
883 stars 41 forks source link

feat: Add headless option to nuxtIcon config #32

Closed fayazara closed 1 year ago

fayazara commented 1 year ago

Adds a headless option to remove .icon class from the icon component.

Resolves #24

Atinux commented 1 year ago

Looks good thank!

Can you update the readme as well to include this option?

Atinux commented 1 year ago

Since #38 is merged, you can set nuxtIcon.class: '' to have the headless option. Updated your PR and merging so you count as contributors ❤️