2021-07-20 18:03:16 +00:00
|
|
|
<div>
|
|
|
|
<section class='icon-24'>
|
|
|
|
<h1>Usage</h1>
|
|
|
|
<div>
|
|
|
|
Icon referenced by name:
|
|
|
|
<IconifyIcon @icon='mdi:home' />
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Icon referenced by object:
|
2022-01-24 17:44:10 +00:00
|
|
|
<IconifyIcon @icon={{this.iconData}} />
|
2021-07-20 18:03:16 +00:00
|
|
|
</div>
|
|
|
|
<div class='alert'>
|
|
|
|
<IconifyIcon @icon='mdi-light:alert' />
|
|
|
|
Important notice with alert icon!
|
|
|
|
</div>
|
2023-01-27 17:52:22 +00:00
|
|
|
<div>
|
|
|
|
Icon without size, scaled to 48px with CSS:
|
|
|
|
<IconifyIcon @icon='mdi:home' @height='unset' style='height: 48px' />
|
|
|
|
</div>
|
2021-07-20 18:03:16 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class='inline-demo'>
|
|
|
|
<h1>Inline demo</h1>
|
|
|
|
<div>
|
|
|
|
Block icon (behaving like image):
|
|
|
|
<IconifyIcon @icon='experiment2' />
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Inline icon (behaving line text / icon font):
|
|
|
|
<IconifyIcon @icon='experiment2' @inline={{true}} />
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2022-05-13 19:35:06 +00:00
|
|
|
<ColorDemo />
|
2021-07-20 18:03:16 +00:00
|
|
|
</div>
|