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/banner.md
1# Banner23Display a banner at the top of your website to inform users about important information.45## Key Props67- `title`: to display a title on the Banner.8- `icon`: to display an icon on the Banner.9- `color`: to change the color of the Banner.10- `close`: to display a [Button](/docs/components/button) to dismiss the Banner.11- `actions`: to add some [Button](/docs/components/button) actions to the Banner.1213## Usage1415```vue16<UBanner17<!-- props here -->18/>19```20