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/content-search-button.md
1# ContentSearchButton23A pre-styled Button to open the ContentSearch modal.45## Key Props67- `collapsed`: to show the button's label and [kbds](#kbds).8- `kbds`: to display keyboard keys in the button.910## Usage1112```vue13<UContentSearchButton14<!-- props here -->15/>16```17