Animated Loading Button
A modern button with smooth loading animation and state transitions, perfect for form submissions and async operations.
Responsive Design
Yes
Dark Mode Support
No
lines
128
Browser Compatibility
Chrome · Firefox · Safari · Edge
Live Preview
Interact with the component without leaving the page.
HTML
9
lines
CSS
87
lines
JavaScript
32
lines
<div class="button-container">
<button class="loading-btn" id="loadingBtn" type="button" aria-live="polite" aria-busy="false" aria-disabled="false">
<span class="btn-text">Submit</span>
<span class="btn-loader">
<span class="spinner"></span>
</span>
</button>
<span class="sr-only" id="btnStatus" aria-live="polite"></span>
</div>
Browser Compatibility
Chrome
≥ 50
Firefox
≥ 45
Safari
≥ 10
Edge
≥ 15