0.0.1 • Published 8 months ago

@licuido-ui/ui_vertical-tabs v0.0.1

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

tab

The tab 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-tabs

Import component

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

Usage

<VerticalTabs tabList={tabListData} value={value} handleChange={handleChange} />{' '}
      <Box>
          <TabPanel key={index} value={value} index={index}>
            {val}
          </TabPanel>
      </Box>

Image

alt text

Sample Code

<VerticalTabs tabList={tabListData} value={value} handleChange={handleChange} />{' '}
      <Box>
          <TabPanel key={index} value={value} index={index}>
            {val}
          </TabPanel>
      </Box>

Props

NameDescriptionDefaultControl
classNamestring--
tabListStepData[][]string[]
sxSxProps{ }SxProps
valuenumber0number
tabStyleSxProps-SxProps
tabContainerStyleSxProps-SxProps
indicatorStyleSxProps-SxProps