0.0.5 • Published 10 months ago

react-stepper-responsive v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

React-Stepper-Responsive

Responsive and customizable stepper for your react application

Stepper image

Installation

npm i react-stepper-responsive

Usage

Here's an example of basic usage:

import { Stepper } from "react-stepper-responsive";
function App() {
  return (
    <Stepper
      steppers={["Enrollment", "payment", "confirmation"]}
      currentStep={3}
    />
  );
}

export default App;

Props

NameTypeRequiredDescription
steppersString[]Yesthe number of items will be the number of steppers and the value will be the labels
currentStepnumberYescurrent step
itemStepStyleCSSPropertiesNostepper style
lineStyleCSSPropertiesNosteppers link line style
progressStyleCSSPropertiesNoprogress bar style
sizeStepnumberNostep circumference size
0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago