Stepper Item
Short description for StepperItem component...
Basic usage
Source code
vue
<script setup>
import StepperItem from '@/components/stepper-item/stepperItem.vue';
</script>
<template>
<StepperItem />
</template>
Best practices
A StepperItem should ...
Related components
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
to | Target of the link | RouteLocationRaw | - | |
selected | Whether button appearance as selected | boolean | - | |
disabled | Disable the StepperItem | boolean | - | |
is | StepperItem tag | "a" | "span" | "button" | "label" | TSTypeQuery | a, span, button, label, RouterLink | button |
Events
Event name | Properties | Description |
---|---|---|
select | eventName string - The name of the event | Triggered when the component is being selected |
Slots
Name | Description | Bindings |
---|---|---|
default | The default slot content |