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/kbd.md
1# Kbd23A kbd element to display a keyboard key.45## Key Props67- `value`: to set the value of the Kbd.8- `color`: to change the color of the Kbd.9- `variant`: to change the variant of the Kbd.10- `size`: to change the size of the Kbd.11- `class`: to override the base styles of the Badge.1213## Usage1415```vue16<UKbd17<!-- props here -->18/>19```20