Components
Loading preview...
A fun retro TV component with a classic DVD logo bouncing around the screen. Resize it, change colors, tweak the speed — and relive the 2000s!
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/retro-dvd-tvimport { RetroDvdTv } from "@/components/ui/retro-dvd-tv";
export default function DemoOne() {
return <RetroDvdTv
width="40rem"
height="30rem"
logoText="DVD"
speed={10} // lower = slower, higher = faster
color="#ff00ff" // base color if colorCycle={false}
colorCycle={true} // set false to keep solid color
/>;
}