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/empty.md
1# Empty23A component to display an empty state.45## Key Props67- `title`: to set the title of the empty state.8- `description`: to set the description of the empty state.9- `icon`: to set the icon of the empty state.10- `avatar`: to set the avatar of the empty state.11- `actions`: to add some [Button](/docs/components/button) actions to the empty state.12- `variant`: to change the variant of the empty state.13- `size`: to change the size of the empty state.1415## Usage1617```vue18<UEmpty19<!-- props here -->20/>21```22