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/separator.md
1# Separator23Separates content horizontally or vertically.45> Based on [Reka UI Separator](https://reka-ui.com/docs/components/separator)67## Key Props89- `orientation`: to change the orientation of the Separator.10- `label`: to display a label in the middle of the Separator.11- `icon`: to display an icon in the middle of the Separator.12- `avatar`: to display an avatar in the middle of the Separator.13- `color`: to change the color of the Separator.14- `type`: to change the type of the Separator.15- `size`: to change the size of the Separator.1617## Usage1819```vue20<USeparator21<!-- props here -->22/>23```24