Skip to content

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 ...

Props

Prop nameDescriptionTypeValuesDefault
toTarget of the linkRouteLocationRaw-
selectedWhether button appearance as selectedboolean-
disabledDisable the StepperItemboolean-
isStepperItem tag"a" | "span" | "button" | "label" | TSTypeQuerya, span, button, label, RouterLinkbutton

Events

Event namePropertiesDescription
selecteventName string - The name of the eventTriggered when the component is being selected

Slots

NameDescriptionBindings
defaultThe default slot content

MIT Licensed