Socket
Socket
Sign inDemoInstall

@comparaonline/ui-wizard-form-stepper

Package Overview
Dependencies
61
Maintainers
11
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @comparaonline/ui-wizard-form-stepper

Component to identify the current step in a Wizard Form, by convention you can navigate only to previous steps.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
11
Install size
1.35 MB
Created
Weekly downloads
 

Readme

Source

@comparaonline/ui-wizard-form

Component to identify the current step in a Wizard Form, by convention you can navigate only to previous steps.

Installation

yarn add @comparaonline/ui-wizard-form

Usage

Example

<WizardFormStepper
  activeStepId="1"
  stepGroups={[
    { label: '1', stepIds: ['a', 'b', 'c'] },
    { label: '2', stepIds: ['d', 'e', 'f'] }
  ]}
  onStepClick={stepId => goTo(stepId)}
/>

FAQs

Last updated on 10 Nov 2021

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