Skip to content

Instantly share code, notes, and snippets.

@marcusradell
Created February 15, 2020 22:42
Show Gist options
  • Save marcusradell/e548a93aafdb7dfdfb296baceab4c594 to your computer and use it in GitHub Desktop.
Save marcusradell/e548a93aafdb7dfdfb296baceab4c594 to your computer and use it in GitHub Desktop.
Writing a Wizard component

Writing a Wizard component

Background

We wanted a multi-step form (wizard) where we could move forward and backward. We wanted to be able to customize it in detail. Nuka-carousel almost worked for us and felt really stable.

Why not check out the source code and see if we can do our own version?

Reducers and tests

This part was standalone from nuka-carousel.

JSON view

Animations

Layouts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment