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

Implement Stepper component #68

Open
replygirl opened this issue Aug 17, 2020 · 1 comment
Open

Implement Stepper component #68

replygirl opened this issue Aug 17, 2020 · 1 comment
Labels
🐛 blocked Other issues are preventing resolution ✨ enhancement Addition to existing feature ⭐ Simple Not difficult

Comments

@replygirl
Copy link
Contributor

replygirl commented Aug 17, 2020

Implement the new Stepper component design, used as the timeline for Tour pages.

interface StepperProps {
  lastStepNextLabel?: string // label for next button on final step. if undefined, fall back to 'Next'
  onFirstStepPreviousClick?: Function // event handler for previous button on first step. if undefined, fall back to onPreviousTap
  onNextClick?: Function // event handler for next button. if undefined, disable button
  onPreviousClick?: Function // event handler for previous button. if undefined, disable button
  onLastStepNextClick?: Function // event handler for next button on final step. if undefined, fall back to onNextTap
}

Dependencies

Design assets

@replygirl replygirl added ✨ enhancement Addition to existing feature ⭐ Simple Not difficult labels Aug 17, 2020
@replygirl replygirl added this to the Implement 1.0 design milestone Aug 17, 2020
@replygirl replygirl added the 🐛 blocked Other issues are preventing resolution label Aug 17, 2020
@replygirl
Copy link
Contributor Author

Blocked until #67 is closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 blocked Other issues are preventing resolution ✨ enhancement Addition to existing feature ⭐ Simple Not difficult
Projects
None yet
Development

No branches or pull requests

1 participant