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: 3 months ago
JSON representation
ProgressTracker component is based on progress-tracker for Vue Bulma
- Host: GitHub
- URL: https://github.com/vue-bulma/progress-tracker
- Owner: vue-bulma
- License: mit
- Created: 2016-07-16T05:06:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T11:19:39.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T23:43:51.688Z (3 months ago)
- Language: Vue
- Size: 13.7 KB
- Stars: 13
- Watchers: 0
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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

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