0.0.91 • Published 3 years ago

@feinzer/v-stepper v0.0.91

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@feinzer/v-stepper

Simple, reusable and highly customizable stepper component using VueJS Slots.

Installation

npm install @feinzer/v-stepper

or

yarn add @feinzer/v-stepper

Usage

import { Stepper, Step } from '@feinzer/v-stepper';

export default {
  ...
  components: {
    Stepper,
    Step,
  },
  ...
};
<Stepper>
  <Step>
    Step 1 Content
  </Step>
  <Step>
    Step 2 Content
  </Step>
</Stepper>

Props

Stepper

PropertyTypeDefaultDescription
showIndicatorBooleanfalseShows an indicator section on top of the steps.
canFinishBooleantrueEnables or disables the finish button and marks the steps as finished.

Step

PropertyTypeDefaultDescription
canAdvanceBooleantrueChecks per step to allow the user to go next or not.
0.0.91

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.81

3 years ago

0.0.82

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago