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/collapsible.md
1# Collapsible23A collapsible element to toggle visibility of its content.45> Based on [Reka UI Collapsible](https://reka-ui.com/docs/components/collapsible)67## Key Props89- `disabled`: to disable the Collapsible.1011## Usage1213```vue14<UCollapsible15<!-- props here -->16/>17```1819## Slots2021- `#content`22