Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spc-vertical-stepper-nav

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spc-vertical-stepper-nav

An easy to use vertical stepper component for your React projects! Currently W.I.P. Contributions/Feedback accepted!

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

vertical-stepper-nav

A simple to use vertical stepper component for your React projects!

NPM package link: https://www.npmjs.com/package/spc-vertical-stepper-nav

Use the example from CodeSandbox

Screenshot:

Upload and share screenshots and images - print screen online | Snipboard.io
Usage Instructions

Use the example from CodeSandbox

This package exposes 3 components:

  • StepperNav: This takes a single prop called steps. Steps is a list which will take following elements:
    • stepContent: A JSX Element which needs to be shown next to the circle
    • stepStatusCircleSize: size of the circle to show in that step
    • stepStateColor: color of the circle
    • onClickHandler: a callback that needs to be called when a user clicks on this step. This is optional.
  • Step and Separator: These components are internally used by StepperNav component and if you wish to build your own stepper, you can use these components.
Support

For more support, please feel free to raise an issue and we shall be glad to assist you. We are working on adding more features.

FAQs

Package last updated on 13 Dec 2021

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc