Marquee Grayscale Demo
8starlabs-ui/marquee-grayscale-demoFreeExample
A marquee grayscale demo component
Live preview
live · rendered by the registry
Rendered by 8starlabs-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.8starlabs.com/r/marquee-grayscale-demo.jsonSource
1import Marquee from "../blocks/marquee";2import {3 JohnsonAndJohnsonIcon,4 ShopifyIcon,5 SingaporeAirlinesIcon,6 TheWeatherCompanyIcon,7 VercelLightIcon,8 WixBlackIcon9} from "@/components/icons";1011export default function MarqueeGrayscaleDemo() {12 return (13 <Marquee grayscale={true}>14 <div className="w-30 h-14">15 <VercelLightIcon16 style={{17 width: "100%",18 height: "100%",19 objectFit: "contain"20 }}21 />22 </div>23 <div className="w-30 h-14">24 <ShopifyIcon25 style={{26 width: "100%",27 height: "100%",28 objectFit: "contain"29 }}30 />31 </div>32 <div className="w-30 h-14">33 <TheWeatherCompanyIcon34 style={{35 width: "100%",36 height: "100%",37 objectFit: "contain"38 }}39 />40 </div>41 <div className="w-30 h-5">42 <WixBlackIcon43 style={{44 width: "100%",45 height: "100%",46 objectFit: "contain"47 }}48 />49 </div>50 <div className="w-30 h-14">51 <JohnsonAndJohnsonIcon52 style={{53 width: "100%",54 height: "100%",55 objectFit: "contain"56 }}57 />58 </div>59 <div className="w-30 h-14">60 <SingaporeAirlinesIcon61 style={{62 width: "100%",63 height: "100%",64 objectFit: "contain"65 }}66 />67 </div>68 </Marquee>69 );70}
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 |
