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: 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T11:19:39.000Z (over 5 years ago)
- Last Synced: 2024-10-10T11:55:02.755Z (3 months ago)
- Language: Vue
- Size: 13.7 KB
- Stars: 13
- Watchers: 1
- 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
![](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)