Loading indicator
DraftLegenda
The color of the marker can be set by a css variable, default the value of the marker is grey.
<div class="window" aria-busy="true">
<div class="loading-indicator" data-state="loading" role="status" aria-live="polite">
<svg
class="logo-mark w-16"
viewBox="0 0 88 100"
xmlns="http://www.w3.org/2000/svg"
overflow="visible"
aria-hidden="true"
>
<!-- SVG content -->
</svg>
<div class="sr-only">Loading …</div>
</div>
</div>