Skip to content

yogeshgalav/vue-nice-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Nice Progress

This is the light weight and good looking spiral progress bar with percantage value change and animation on intitalizing and on value change.

Image

J

Project setup

npm install vue-nice-progress

Usage

Basic Usage

<template>
  <vue-progress
    :value="percent"
  >
</template>
<script>
import VueProgress from 'vue-nice-progress'

export default {
    components:{VueProgress},
    data(){
      return {
        percent:50
      };
    }
}
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published