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/error.md
1# Error23A pre-built error component with NuxtError support.45## Key Props67- `error`: to display an error message.8- `clear`: to customize or hide the clear button (with `false` value).9- `redirect`: to redirect the user to a different page when the clear button is clicked.1011## Usage1213```vue14<UError15<!-- props here -->16/>17```18