Replies: 1 comment
-
From docs: So… Somethink like below, I assume <script setup>
import IconStar from '@iconify-prerendered/vue-mdi'
</script>
<template>
<v-chip
:append-icon="IconStar"
></v-chip>
</template> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for the great lib but how I use this icon with vuetify prop
<v-chip
class="ma-2"
color="orange"
text-color="white"
append-icon="mdi-star"
>
Premium
Beta Was this translation helpful? Give feedback.
All reactions