# material-progress-bar

> Material progress bar for your website

Latest version **0.0.6** (published 2023-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install material-progress-bar
pnpm add material-progress-bar
yarn add material-progress-bar
bun add material-progress-bar
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2023-01-17 |
| First published | 2023-01-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | brokiem |
| Maintainers | brokiem |
| Keywords | material, progress, bar |

## Links

- npm: https://www.npmjs.com/package/material-progress-bar
- Repository: https://github.com/brokiem/material-progress-bar
- Homepage: https://github.com/brokiem/material-progress-bar#readme
- Issues: https://github.com/brokiem/material-progress-bar/issues
- npm.io page: https://npm.io/package/material-progress-bar

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.0.6 (latest) — 2023-01-17
- 0.0.5 — 2023-01-17
- 0.0.4 — 2023-01-17
- 0.0.3 — 2023-01-17
- 0.0.2 — 2023-01-17
- 0.0.1 — 2023-01-17

## 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
<script src="https://cdn.jsdelivr.net/gh/brokiem/material-progress-bar@master/mprogress.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/brokiem/material-progress-bar@master/mprogress.css">
```

Add this code to your HTML body

```html
<div id="mprogress"></div>
```

```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/

---
_Source: https://npm.io/package/material-progress-bar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
