Socket
Socket
Sign inDemoInstall

wizard-step-indicator-react

Package Overview
Dependencies
5
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wizard-step-indicator-react

Wizard Step Indicator for React


Version published
Weekly downloads
9
Maintainers
1
Install size
1.25 MB
Created
Weekly downloads
 

Changelog

Source

1.0.1 (2024-01-04)

Bug Fixes

  • run build in push-workflows (77f004f)

Features

Readme

Source

wizard-step-indicator-react

Build Status

Wizard Step Indicator for React

Storybook:

https://shadiabuhilal.github.io/wizard-step-indicator-react/



Default Style:

Custom Style:

Install

npm i wizard-step-indicator-react

Usage

import wizard-step-indicator-react

import WizardStepIndicator from 'wizard-step-indicator-react';

Using WizardStepIndicator

WizardStepIndicator comoponent

Example:

const [currentStepIndexState, setCurrentStepIndex] = useState(0);

...

<WizardStepIndicator
    stepsCount={5}
    currentStepIndex={currentStepIndexState}
    onClick={(index)=> { 
        setCurrentStepIndex(index);
    }}
/>

For more info, please check storybook

Keywords

FAQs

Last updated on 04 Jan 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc