Docs
Wizard

Wizard

Guides the user through a series of steps to simplify a task by cutting it into smaller ones.

Step 1

Installation

npm install @brudi/react-wizard

Usage

import { Wizard } from "@brudi/react-wizard"
<Wizard>
  <Wizard.Step>Step 1</Wizard.Step>
  <Wizard.Step>Step 1</Wizard.Step>
</Wizard.Step>

Examples

With Form

Step 1

Customization

npx @brudi/ui extend wizard