Ecosyste.ms: Awesome

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

https://github.com/vue-bulma/progress-tracker

ProgressTracker component is based on progress-tracker for Vue Bulma
https://github.com/vue-bulma/progress-tracker

Last synced: 24 days ago
JSON representation

ProgressTracker component is based on progress-tracker for Vue Bulma

Lists

README

        

# ProgressTracker

ProgressTracker component is based on [progress-tracker](http://nigelotoole.github.io/progress-tracker/) for Vue Bulma.

## Installation

```
$ npm install vue-bulma-progress-tracker --save
```

## Examples

```vue



import ProgressTracker, { StepItem } from 'vue-bulma-progress-tracker'

export default {
components: {
ProgressTracker,
StepItem
}
}

```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [fundon.me](https://fundon.me)  · 
> GitHub [@fundon](https://github.com/fundon)  · 
> Twitter [@_fundon](https://twitter.com/_fundon)