<!-- Auto-generated by `velinstyle docs generate`. Do not edit. Source: components/velin-stepper.js -->

# <velin-stepper>

Source: `components/velin-stepper.js`

## Accessibility
WCAG contract status: **pass** (framework target: AAA).

- **Roles:** `list`
- **Keyboard:** N/A (display); pair with buttons calling next()/prev()
- **Notes:** aria-label per step (completed/current/upcoming); sr-only Completed text; aria-current on active step.

## Attributes
| Attribute | Notes |
| --- | --- |
| `active` | Observed — triggers `attributeChangedCallback` when changed |
| `aria-label` | Observed — triggers `attributeChangedCallback` when changed |
| `labels` | Observed — triggers `attributeChangedCallback` when changed |
## Events
- `velin-step-change` (bubbles)
## CSS parts
- `panels`
- `steps`
## Slots
- `(default)`
## Public API
| Kind | Name |
| --- | --- |
| Method | `goTo()` |
| Method | `next()` |
| Method | `prev()` |
