You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

stepper-vue

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stepper-vue - npm Package Compare versions

Comparing version

to
1.1.10

12

package.json
{
"name": "stepper-vue",
"version": "1.1.3",
"version": "1.1.10",
"description": "",

@@ -18,3 +18,3 @@ "main": "dist/stepper-vue.ssr.js",

"url": "https://github.com/elixian/stepper-vue"
},
},
"scripts": {

@@ -26,3 +26,4 @@ "serve": "vue-cli-service serve dev/serve.js",

"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
"test" : "jest"
"push:master": "grunt bump",
"test:unit": "vue-cli-service test:unit"
},

@@ -37,5 +38,9 @@ "dependencies": {},

"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "^4.3.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-jest": "^26.6.1",
"cross-env": "^7.0.2",
"grunt": "^1.3.0",
"grunt-bump": "^0.8.0",
"jest": "^26.6.1",

@@ -50,3 +55,2 @@ "minimist": "^1.2.5",

"vue": "^2.6.11",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.11"

@@ -53,0 +57,0 @@ },

@@ -1,1 +0,57 @@

[![Build Status](https://travis-ci.org/elixian/stepper-vue.svg?branch=main)](https://travis-ci.org/elixian/stepper-vue)
# Stepper vue
[![Build Status](https://travis-ci.org/elixian/stepper-vue.svg?branch=main)](https://travis-ci.org/elixian/stepper-vue)
Composant stepper
### Pré-requis
Avoir un projet vuejs déjà existant :)
### Installation
Executez la commande ``npm i stepper-vue`` pour commencer ensuite [...]
## Démarrage
```html
<template>
<div id="app">
<stepper-vue :active-page="2" :totalPage="10" :CustomStyle="{bg:'crimson',height:'6px'}" />
</div>
</template>
```
Paramtérage
- ``active-page`` : correspond à l'état d'avancement du stepper, la page active.
- ``totalPage`` : correspond au total de pages
- ``CustomStyle`` : objet comprenant la modification de la couleur (bg) et la hauteur de l'élement (height), par défaut la hauteur est définie à une height de 2px
## Versions
**Dernière version stable :** 1.1.3
## Auteurs
Listez le(s) auteur(s) du projet ici !
* **Elixian** _alias_ [@Elixian](https://github.com/elixian)
## License
Ce projet est sous licence ``ISC``

Sorry, the diff of this file is not supported yet