2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00

Add demo of rendering placeholder to Svelte demo

This commit is contained in:
Vjacheslav Trushkin 2021-04-30 00:07:51 +03:00
parent 8b0c580eb2
commit e5e3e9a52e

View File

@ -87,6 +87,10 @@
Empty icon:
<Icon />
</div>
<div>
Empty icon with placeholder:
<Icon>😿</Icon>
</div>
<div>
Simple icon:
<Icon icon={bxUser} inline={true} />