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
Copy and paste the following code into your project.
components/eldoraui/staticstepper.tsx
Update the import paths to match your project setup.
Props
StaticStep
Component Props
Prop Name | Type | Default | Description |
---|---|---|---|
step | number | - | The step number to display, typically used for indicating the current step in a sequence. |
title | string | - | The title or label associated with the step. |
children | ReactNode | null | Optional child elements that can be rendered below the title. |
CodeContainer
Component Props
Prop Name | Type | Default | Description |
---|---|---|---|
children | ReactNode | - | The content to display inside the code container, typically used to display code blocks or similar content. |