Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/changelog-versions.md
1# ChangelogVersions23Display a list of changelog versions in a timeline.45## Key Props67- `versions`: as an array of objects with the properties of the [ChangelogVersion](/docs/components/changelog-version#props) component.8- `indicator`: to hide the indicator bar on the left.910## Usage1112```vue13<UChangelogVersions14<!-- props here -->15/>16```17