htmlbeginnermit
Shimmer Bar Loader
An indeterminate progress bar.
2.9k1.6k581411
About this module
A sweeping indeterminate progress bar that shimmers across — great for inline loading states.
#loader#progress#shimmer
Source code
Installation
- 1
Create the files
Create `index.html` and `style.css` in the same folder.
- 2
Paste the code
Copy each file's source into its matching file.
- 3
Open in the browser
Open `index.html` in any modern browser.
Usage
- 1
Copy the HTML
Paste the card markup where you need it.
<link rel="stylesheet" href="style.css" /> <div class="mh-bar" role="progressbar" aria-label="Loading"></div>