i can find laoding spinner option
and overlay div in Overlays & loading in Metronic - Tailwind CSS Toolkit
like we have in bootstrap thanks
https://preview.keenthemes.com/metronic/demo8/features/custom/overlay.html
Hi Muhammad,
The preview you mentioned refers to Bootstrap Metronic 7, while the latest version, built with Tailwind, is Metronic 9.
You can view Metronic 9 preview here: https://keenthemes.com/metronic/tailwind/demo1/
To implement an overlay loading screen, you can use the following code:
<div class="fixed top-0 left-0 right-0 bottom-0 w-full h-screen overflow-hidden bg-gray-700 opacity-75 flex flex-col items-center justify-center">
<h2 class="text-center text-white text-xl font-semibold">Loading...</h2>
</div>