You can use these variables to customize this component. Simply set one or multiple of these variables before importing Bulma. Learn how.
Documentation
Everything you need to start with Bulma-extensions.
Step 1
This is the first step of the process.
Step 2
This is the second step. You get here once you have completed the first step.
Step 3
This is the third step. One more step before the end.
Step 4
Final step. You have completed all the previous steps and end the process.
Step 1
This is the first step of the process.
Step 2
This is the second step. You get here once you have completed the first step.
Step 3
This is the third step. One more step before the end.
Step 4
Final step. You have completed all the previous steps and end the process.
You can use these variables to customize this component. Simply set one or multiple of these variables before importing Bulma. Learn how.
Name | Default value |
---|---|
Name | Default value |
$steps-maker-default-color
|
$grey-light
|
$steps-marker-default-border
|
.2em solid
|
$steps-default-color
|
$grey-lighter
|
$steps-completed-color
|
$primary
|
$steps-active-color
|
$primary
|
$steps-divider-height
|
.2em
|
You can use these options to customize the plugin instance. Simply set one or multiple of these options when instancing the plugin.
Name | Description | Value |
---|---|---|
Name | Description | Value |
selector
|
Selector to identify steps |
.step-item
|
selector_content
|
Selector to identify steps content |
.step-content
|
previous_selector
|
Selector to identify previous button |
data-nav="previous"
|
next_selector
|
Selector to identify next button |
data-nav="next"
|
active_class
|
Class to apply to the active step |
is-active
|
completed_class
|
Class to apply to completed step |
is-completed
|
beforeNext
|
Callback called before displaying next step |
null
|
onShow
|
Callback called when displaying step |
null
|
onFinish
|
Callback called when all steps have been completed |
null
|
onError
|
Callback called on error |
null
|
Thanks to aramvisser for the marker
name idea and for the sizes mixin declaration (which is smart).