Init project
This commit is contained in:
5
templates/component/loader-progress-bar.html.twig
Normal file
5
templates/component/loader-progress-bar.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
<div data-component--loader-progress-bar-target="loaderWrapper" class="relative mb-4 hidden">
|
||||
<div class="w-full bg-gray-200 rounded-full h-2">
|
||||
<div data-component--loader-progress-bar-target="loaderProgressBar" class="bg-amber-500 h-2 rounded-full mt-60" style="width:0;"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user