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/footer-columns.md
1# FooterColumns23A list of links as columns to display in your Footer.45## Key Props67- `columns`: as an array of objects with the following properties:89- `label: string`{lang="ts-type"}10- `children?: FooterColumnLink[]`{lang="ts-type"}1112Each column contains a `children` array of objects that define the links.1314## Usage1516```vue17<UFooterColumns18<!-- props here -->19/>20```21