🔥🔥🔥 FIRE SALE - Get SAAS TEMPLATE AT $12 ONLY


Docs
Static Stepper

Static Stepper

A Simple way to show the steps for users

1

Step 1
npx create-react-app my-app

2

Step 2
cd my-app

3

Step 3
npm start

4

Step 4
npm run build

Installation

Props

StaticStep Component Props

Prop NameTypeDefaultDescription
stepnumber-The step number to display, typically used for indicating the current step in a sequence.
titlestring-The title or label associated with the step.
childrenReactNodenullOptional child elements that can be rendered below the title.

CodeContainer Component Props

Prop NameTypeDefaultDescription
childrenReactNode-The content to display inside the code container, typically used to display code blocks or similar content.