Step Through

This is step one

Name Type Default Description
steps
Array
[]
An array of the steps. This will be the text used for the steps. Here is what was used in the example above.
['Create Idea', 'Build Idea', 'Profit']
activeStep v-model
Number, String
1
The active step to be used. This can be binded with v-model.
allowInteraction
Boolean
false
When this is enabled it allows users to click the steps to navigate. It is disabled by default.