Bulkit comes with the Steps Bulma extension. This way, you can easily build a step form for your registration, checkout or whatever process you want to build. Step forms navigation is controlled with javascript.
You can make the edges of the steps indicators squared. Add the
.is-squared
class to the
.steps-wrapper
parent element to make the indicators
squared.
You can easily animate a step form by adding animation classes to
the .steps-content
element. For example, the form below
uses the .fadeInUp
animation.
You can organize fields with the bulma grid inside a step form. Just create a grid and place the fields inside columns.