DEV Community

Discussion on: How to create multi-step forms in React?

Collapse
 
nekogato profile image
nekogato

Very nice package! May i know how can i add fadein fadeout transition for changing step?

Collapse
 
sametweb profile image
Samet Mutevelli

The current API of the package does not have anything built-in for the transitions. However, you can use other React libraries to achieve that. Basically, add transitions
to your step components on the mount and unmount phase. You can check out this package: reactcommunity.org/react-transitio...