An open API service indexing awesome lists of open source software.

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

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/