Marquee Demo
8starlabs-ui/marquee-demoFreeExample
A marquee demo component
Install it
npx shadcn@latest add https://ui.8starlabs.com/r/marquee-demo.jsonSource
1import Marquee from "../blocks/marquee";2import {3 OikovaLightIcon,4 SupabaseIcon,5 TheWeatherCompanyIcon6} from "@/components/icons";78export default function MarqueeDemo() {9 return (10 <Marquee>11 <div className="w-48 h-20">12 <OikovaLightIcon13 style={{14 width: "100%",15 height: "100%",16 objectFit: "contain"17 }}18 />19 </div>20 <div className="w-48 h-14">21 <TheWeatherCompanyIcon22 style={{23 width: "100%",24 height: "100%",25 objectFit: "contain"26 }}27 />28 </div>29 <div className="w-48 h-20">30 <SupabaseIcon31 style={{32 width: "100%",33 height: "100%",34 objectFit: "contain"35 }}36 />37 </div>38 </Marquee>39 );40}
Files it writes
More from 8starlabs-ui
All 74 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Buttonbutton-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-countdown-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-showdays-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-size-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-variants-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-colors-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-display-demo | 8starlabs-ui | Examples | Free | no deps |
