Marquee Demo 2
nyxui/marquee-demo2FreeExample
Example showing a marquee.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://nyxui.com/r/marquee-demo2.jsonSource
1import React from "react";2import { Marquee } from "../ui/marquee";3import Image from "next/image";45export default function MarqueeDemo1() {6 return (7 <div className="max-w-4xl mx-auto w-full overflow-hidden">8 <Marquee9 gap={50}10 reverse11 className="flex max-w-4xl mx-auto w-full overflow-hidden"12 >13 <Image14 src="https://raw.githubusercontent.com/MihirJaiswal/hero-hq/refs/heads/main/public/DC.png"15 alt="DC logo"16 width={120}17 height={120}18 quality={100}19 loading="lazy"20 className="h-[120px] w-auto"21 />22 <Image23 src="https://raw.githubusercontent.com/MihirJaiswal/hero-hq/4942bd6567de80cfbc6d3f5ce8a5a6a156b0d2dc/public/bandai.svg"24 alt="Bandai logo"25 width={120}26 height={120}27 quality={100}28 loading="lazy"29 className="h-[120px] w-auto"30 />31 <Image32 src="https://raw.githubusercontent.com/MihirJaiswal/hero-hq/refs/heads/main/public/disney.png"33 alt="Disney logo"34 width={120}35 height={120}36 quality={100}37 loading="lazy"38 className="h-[120px] w-auto dark:bg-white p-2"39 />40 <Image41 src="https://raw.githubusercontent.com/MihirJaiswal/hero-hq/4942bd6567de80cfbc6d3f5ce8a5a6a156b0d2dc/public/warnerbros.svg"42 alt="Warner Bros logo"43 width={120}44 height={120}45 quality={100}46 loading="lazy"47 className="h-[120px] w-auto"48 />49 <Image50 src="https://raw.githubusercontent.com/MihirJaiswal/hero-hq/refs/heads/main/public/marvel.png"51 alt="Marvel logo"52 width={120}53 height={120}54 quality={100}55 loading="lazy"56 className="h-[120px] w-auto"57 />58 </Marquee>59 </div>60 );61}
What it pulls in
Other registry items
Files it writes
More from shadcn/ui
All 68 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3D Layered Card Demo3d-layered-card-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Code Block Demoanimated-code-block-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Grainy Background Demoanimated-grainy-bg-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Text Demoanimated-text-demo | shadcn/ui | Examples | Free | no deps | |
| Apple Glass Effect Demoapple-glass-effect-demo | shadcn/ui | Examples | Free | no deps | |
| Bubble Background Demobubble-background-demo | shadcn/ui | Examples | Free | no deps | |
| Custom Cursor Democustom-cursor-demo | shadcn/ui | Examples | Free | no deps | |
| Cyberpunk Card Democyberpunk-card-demo | shadcn/ui | Examples | Free | no deps |
