1.5.3 • Published 9 months ago

vue3-steppy v1.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Demo

You can try a live demo here

Key Features

  • Keep track of current step
  • Change step content
  • Configure finalization
  • Show loading spinner
  • Typescript support
  • Customizable
    • Colors
    • Titles
    • Icons
    • Button text
    • Circle size

How To Use

Install

$ npm install vue3-steppy

Import

import {Steppy} from 'vue3-steppy'

For an implementation example, see the App.vue file in the repository.

Props

PropTypeDefaultDescription
stepNumber1The current step number.
tabsArray[]Array of step objects with titles and flags for validity and success icons.
finalizeFunction() => {}Function to call when the final step is completed.
backTextString"Back"Text displayed on the back button.
nextTextString"Next"Text displayed on the next button.
doneTextString"Done"Text displayed on the done button.
loadingBooleanfalseIndicates whether the final step is in a loading state.
primaryColor1String"orange"Primary color for the stepper's theme.
primaryColor2String"#fff"Secondary color for the stepper's theme.
backgroundColorString"#fff"Background color for the stepper.
circleSizeNumber68Size of the circles in the step indicators.

Dependencies

This software uses the following open source packages:

Dev Dependencies

License

MIT


GitHub Laximas  · 

1.5.3

9 months ago

1.5.2

12 months ago

1.5.1

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago