Skip to content

Instantly share code, notes, and snippets.

@marchershey
Created February 10, 2025 02:44
Show Gist options
  • Save marchershey/5ae2f1193b4968b47bacb6e111de9118 to your computer and use it in GitHub Desktop.
Save marchershey/5ae2f1193b4968b47bacb6e111de9118 to your computer and use it in GitHub Desktop.
Livewire Progress Bar HTML Code
<div id="nprogress">
    <div class="bar" role="bar" style="transform: translate3d(-60.5008%, 0px, 0px); transition: all 200ms ease 0s;">
        <div class="peg"></div>
    </div>
    <div class="spinner" role="spinner">
        <div class="spinner-icon"></div>
    </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment