nuxt / icon

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

feat: autocomplete aliases #45

Closed Tahul closed 1 year ago

Tahul commented 1 year ago
CleanShot 2023-01-25 at 14 36 41@2x

This PR adds autocomplete on aliases on the name prop of Icon.vue.

It keeps the type permissive as any other string can be a name, but provides suggestions over the known aliases of the appConfig.nuxtIcon.aliases key.