Create playground for Icon component

This commit is contained in:
Konrad Szwarc 2022-08-30 00:33:03 +02:00
parent f3479c9671
commit 80df0abae1

View file

@ -0,0 +1,9 @@
---
import Icon from '@/atoms/icon';
---
<div class="p-5">
<!-- Available icon names here: https://icon-sets.iconify.design -->
<!-- Colors for simple icons here: https://simpleicons.org -->
<Icon client:load name="simple-icons:react" size={24} color="#61DAFB" />
</div>