https://github.com/brokiem/material-progress-bar
Google Material design progress bar for your website
https://github.com/brokiem/material-progress-bar
bar google material material-progress progress
Last synced: 9 months ago
JSON representation
Google Material design progress bar for your website
- Host: GitHub
- URL: https://github.com/brokiem/material-progress-bar
- Owner: brokiem
- License: mit
- Created: 2023-01-17T07:47:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T13:01:52.000Z (over 3 years ago)
- Last Synced: 2025-04-06T16:41:13.003Z (about 1 year ago)
- Topics: bar, google, material, material-progress, progress
- Language: CSS
- Homepage: https://brokiem.is-a.dev/material-progress-bar/
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Progress Bar
Google Material design progress bar for your website
# Installation
Install using npm:
```bash
npm install material-progress-bar
```
Import the files:
```javascript
import 'material-progress-bar/mprogress.js';
import 'material-progress-bar/mprogress.css';
```
# Usage
Import JavaScript and CSS to your HTML
```html
```
Add this code to your HTML body
```html
```
```javascript
// Use MProgress.show() to show progress bar
MProgress.show();
// Use MProgress.hide() to hide progress bar
MProgress.hide();
```
# Demo
https://brokiem.github.io/material-progress-bar/