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

vue3-steppy

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

vue3-steppy

A customizable Vue 3 Stepper plugin

1.4.3
unpublished
Source
npmnpm
Version published
Weekly downloads
143
-26.67%
Maintainers
1
Weekly downloads
 
Created
Source

Steppy

A customizable Stepper component for Vue 3

npm version

DemoKey FeaturesHow To UseDependenciesLicense

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  · 

Keywords

vue3

FAQs

Package last updated on 24 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts