mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 04:12:22 +09:00
1.1 KiB
1.1 KiB
VIconWrap
The Vuero <VIconWrap /> component let you display icons
in a fancy and colored way.
See code for more details about usage.
<template>
<VFlex column-gap="3px">
<VIconWrap icon="lucide:star" />
<VIconWrap
icon="lucide:help-circle"
color="info"
has-background
has-large-icon
/>
<VIconWrap icon="lucide:x" color="danger" />
<VIconWrap icon="lucide:code" />
<VIconWrap picture="/images/avatars/svg/vuero-1.svg" />
<VIconWrap picture="https://media.cssninja.io/content/avatars/13.jpg" />
</VFlex>
</template>