Home

Awesome

Steps component for Bulma

This is an extensions for the Bulma CSS Framework. It adds a steps component to track progress in multi step forms or wizards.

Steps example for a checkout form

Documentation

Usage & Examples

I'm trying to keep this working with the latest available Bulma version. Currently tracking: bulma v0.5.3. Other versions should work, but no promises.

Installation

NPM

npm install bulma-steps-component

Manually

There is no .css file available, only a .sass file. Make sure you are using the SASS version of Bulma in your current workflow

Development

This repository doubles as the documentation page using Jekyll. You can easily see changes in the documentation by running Jekyll locally.

Related Project

There is another steps extensions for Bulma available from Wikiki. It even has the same name!