# Steps
Steps guide users through the completion of a task.
# Usage
Use the steps
prop to define an object array for your steps, and build your step template with the slot scope. Use v-model
to keep track of which step is active. v-model
must be contained in steps
array
# Clickable steps
Use the clickable-steps
prop to allow navigating to any step by clicking. By default, only completed steps can be clicked.