vertical-stepper-nav
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

vertical-stepper-nav

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

NPM package link: https://www.npmjs.com/package/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 an array 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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    149
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    149
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i vertical-stepper-nav

Weekly Downloads

137

Version

1.0.2

License

MIT

Unpacked Size

14.3 kB

Total Files

10

Last publish

Collaborators

  • priyankark