Socket
Book a DemoInstallSign in
Socket

wizard-step-indicator-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wizard-step-indicator-react

Wizard Step Indicator for React

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
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

react

FAQs

Package last updated on 04 Jan 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.