Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyou authored Nov 28, 2024
2 parents d09729c + 253abc5 commit 23e493d
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 23e493d

Please sign in to comment.