Skip to content
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

feat(form): add steps component #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

miguelgrc
Copy link
Collaborator

Closes #80

Added steps component that allows creating wizard-style forms (or simply modular step sections inside of standard forms) with several customization options:

  • Vertical or horizontal
  • Hide or show previous and next buttons
  • Hide step numbers and show a progress bar instead
  • Hide step numbers and show dots instead
  • Mark previous steps as completed or not

Notes:

  • Anchor links work seamlessly and will direct to the desired field in the appropriate step
  • Steps with errors will be displayed in red (or the progress bar will take that color if any of them has errors)
Screenshot 2024-12-10 at 18 25 57 Screenshot 2024-12-10 at 18 26 08 Screenshot 2024-12-10 at 18 26 19 Screenshot 2024-12-10 at 18 26 50

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.

add a steps component
1 participant