Skip to content

Stepper component #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Stepper component #12

wants to merge 5 commits into from

Conversation

aerdman1
Copy link

@aerdman1 aerdman1 commented Mar 12, 2025

πŸͺœ Simple Stepper Component

The Simple Stepper component provides basic "Next" and "Back" navigation for stepping through content.

✨ Features

  • βœ… ADA Compliant – High-contrast colors, keyboard navigation, and screen reader support.
  • 🎨 Customizable – Easily update colors and styles.
  • ⚑ Lightweight & Fast – No dependencies, just React hooks.

πŸ“¦ Usage

<SimpleStepper>
  <SimpleStep header="Step 1: Plan">
    Plan your documentation and gather resources.
  </SimpleStep>
  <SimpleStep header="Step 2: Write">
    Write effective and clear documentation.
  </SimpleStep>
  <SimpleStep header="Step 3: Review">
    Review and refine your content.
  </SimpleStep>
</SimpleStepper>

This reverts commit 8ccd0ae.
@gkoberger
Copy link
Contributor

Just to match the rest, can we rename it to <SimpleStepper />? (AKA remove the "Component" part!)

Removed "Component"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants