heissepreise/site/_templates/_loader.html
Markus Tiefenbacher 68cc1f14b3 ProgressBar instead of Loading-Spinner
Flexible Progressbar which shows the state loading/encoding of the json files
2023-06-25 00:07:27 +02:00

5 lines
109 B
HTML

<div x-id="loader" class="progress-bar-container mx-auto mt-8">
<div class="progress-bar"></div>
</div>