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/toast.md
1# Toast23A succinct message to provide information or feedback to the user.45> Based on [Reka UI Toast](https://reka-ui.com/docs/components/toast)67## Usage89```vue10<UToast11<!-- props here -->12/>13```14