0.0.1 • Published 8 months ago

@licuido-ui/ui_vertical-stepper-tab v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Stepper

The Stepper component is a customizable React component that allows you to create a step-by-step user interface for guiding users through a process or workflow. It can be used to represent a multi-step form, a progress tracker, or any scenario where sequential navigation is required.

Author

Link

Story Book Link stepper

PlayGround

Try it have a fun codeBox

Installation

npm i @licuido-ui/ui_vertical-stepper-tab

Import component

import { Stepper } from '@licuido-ui/ui_vertical-stepper-tab';

Usage

<VerticalStepperTab
  steps={steps}
  activeStep={activeStep}
  icon={<ClickIcon />}
  indicatorHeight={'10px'}
  indicatorWidth={'10px'}
  stepIconHeight={'40px'}
/>

Image

alt text

Sample Code

<VerticalStepperTab
  steps={steps}
  activeStep={activeStep}
  icon={<ClickIcon />}
  indicatorHeight={'10px'}
  indicatorWidth={'10px'}
  stepIconHeight={'40px'}
/>

Props

NameDescriptionDefaultControl
string
stepsStepData[][]string[]
iconReactelement{ }Reactelement
indicatorStyleSxProps-SxProps
activeStepnumber0number
labelStyleSxProps-SxProps
sxSxProps-SxProps
stepIconStyleSxProps-SxProps
indicatorHeightan0number
indicatorWidthany0number
stepIconHeightany0number