Loaders

Loaders
Dots
Ripple
Ripple
Ellipsis
Roller
Ring
Dual Ring
Usability
Use Below code to add page loader.
<div class="page-loader">
   <!-- Your prefered loader -->
   <div class="loader-ring">
      <div></div>
      <div></div>
      <div></div>
      <div></div>
   </div>
   <!-- Text to show [optional]-->
   <p class="text-theme fw-bold my-2">Loading Please Wait...</p>
   <!-- Loader Action to remove loader [optional]-->
   <button type="button" class="btn btn-gradient-mesh-3 cancel-loader">
      <i class="feather-x"></i> End Wait
   </button>
</div>