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/chip.md
1# Chip23An indicator of a numeric value or a state.45## Key Props67- `color`: to change the color of the Chip.8- `size`: to change the size of the Chip.9- `text`: to set the text of the Chip.10- `position`: to change the position of the Chip.11- `inset`: to display the Chip inside the component.12- `standalone`: alongside the `inset` prop to display the Chip inline.1314## Usage1516```vue17<UChip18<!-- props here -->19/>20```21