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/marquee.md
1# Marquee23A component to create infinite scrolling content.45## Key Props67- `reverse`: to reverse the direction of the animation.8- `orientation`: to change the scrolling direction.9- `repeat`: to specify how many times the content should be repeated in the animation.10- `overlay`: to remove the gradient overlays on the edges of the marquee.1112## Usage1314```vue15<UMarquee16<!-- props here -->17/>18```19