vueprogressionbar
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "vueprogressionbar", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/ProgressBar.umd.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/ProgressBar.esm.js", |
@@ -5,3 +5,3 @@ # Vue Progression Bar | ||
### Installation | ||
## Installation | ||
@@ -12,3 +12,3 @@ To install this package, use npm: | ||
``` | ||
### Usage | ||
## Usage | ||
@@ -35,9 +35,9 @@ Default example: | ||
``` | ||
### Options | ||
## Options | ||
There are 3 options you can chose from: | ||
Option 1: rounded - rounded bar edges (false by default) ![Imgur](https://imgur.com/QtBrtJ0.png) | ||
* **Option 1: rounded** - rounded bar edges (false by default) ![Imgur](https://imgur.com/QtBrtJ0.png) | ||
``` | ||
<ProgressBar rounded/> | ||
``` | ||
Option 2: size (medium by default): | ||
* **Option 2: size** (medium by default): | ||
``` | ||
@@ -51,3 +51,3 @@ <ProgressBar size="[small-big]"/> | ||
Option 3: color. (blueish by default - #76ceff) | ||
* **Option 3: color** (blueish by default - #76ceff) | ||
Ex: | ||
@@ -57,3 +57,3 @@ ``` | ||
``` | ||
### Gif example | ||
## Gif example | ||
![gif](https://media.giphy.com/media/QvetFy5WqoWuuZPQzY/giphy.gif) |
22564