Nextjs Core Wizard
-
Pro Component
If you have lengthy forms to complete, you can use this component,
which allows you to cut the form into steps and let the user
complete it gradually.
We’ve decided to create this component due to the fact that we
wanted to go the same way as our most of components (we wanted to
use jss
).
You can see how it looks and feels in the
live demo.
Notice
You can pass props in which ever form you want from one step to
another by using the
sendState()
function in your step of this component.
You can than acces in your step component that data through
allStates
prop.
Style
You will find the styles for this component in
assets/jss/nextjs-material-dashboard-pro/components/wizardStyle.js
.
Props