Skip to content

Commit

Permalink
chore: tailwind css icon example (#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Nov 28, 2024
1 parent 5f55799 commit 253abc5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playground/src/views/demos/features/icons/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ import IconPicker from './icon-picker.vue';
</div>
</Card>

<Card class="mb-5" title="Tailwind CSS">
<div class="flex items-center gap-5 text-3xl">
<span class="icon-[ant-design--alipay-circle-outlined]"></span>
<span class="icon-[ant-design--account-book-filled]"></span>
<span class="icon-[ant-design--container-outlined]"></span>
<span class="icon-[svg-spinners--wind-toy]"></span>
<span class="icon-[svg-spinners--blocks-wave]"></span>
<span class="icon-[line-md--compass-filled-loop]"></span>
</div>
</Card>

<Card class="mb-5" title="图标选择器(Iconify)">
<div class="flex items-center gap-5">
<IconPicker width="300px" />
Expand Down

0 comments on commit 253abc5

Please sign in to comment.