VIconWrap
The Vuero <VIconWrap />
component let you display icons in a fancy and colored way. See code for more details about usage.
Colors
Customize <VIconWrap />
with the color
and hasBackground
props.
See code for more details about usage.
Size
Customize <VIconWrap />
with the size
and hasLargeIcon
props.
See code for more details about usage.
Dark mode
Customize <VIconWrap />
with the dark
, darkPrimary
and darkCardBordered
props.
See code for more details about usage.
Tooltips
You can add the v-tooltip
directive to <VIconWrap />
component.
See code for more details about usage.