@vcl/vcl
Version:
The whole VCL in one package
14 lines (12 loc) • 688 B
HTML
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<div>
VCL SVG graphics, note the height and width of the icon are defined inline.
<div class="row justify-center">
<div class="busy-indicator icogram row center" role="status">
<div class="icon" aria-label="loading…" role="img">
<img style="height: 3em; width: 3em;" src="https://cdn.jsdelivr.net/gh/vcl/vcl/modules/busy-indicator/imgs/vclBusyIndicatorStraight.svg" role="presentation">
</div>
<div class="text">Loading…</div>
</div>
</div>
</div>