You are viewing Pre-Alpha documentation.
Vuetify0 Logo

useStep API

API reference for the useStep composable.

Options

circular

boolean

Enable circular navigation (wrapping at boundaries). - true: Navigation wraps around (carousel behavior) - false: Navigation stops at boundaries (pagination behavior)

Default: false

Methods

first

() => void

Select the first Ticket in the collection

last

() => void

Select the last Ticket in the collection

next

() => void

Select the next Ticket based on current index

prev

() => void

Select the previous Ticket based on current index

step

(count: number) => void

Step through the collection by a given count


© 2016-2025 Vuetify, LLC
Ctrl+/