Registry Index

Search the catalog

Type to search items across every indexed registry, or pick a page.

ExampleReactregistry:exampleSelf-contained

Marquee Reverse Demo

marquee-reverse-demo

A marquee reverse demo component

A demo of marquee

registry/8starlabs-ui/examples/marquee-reverse-demo.tsxcomponents/8starlabs-ui/examples/marquee-reverse-demo.tsx
14 lines
import Marquee from "../blocks/marquee";

export default function MarqueeReverseDemo() {
  return (
    <Marquee direction="right" pauseOnHover={false}>
      <div className="bg-blue-500 text-white px-4 py-2 rounded-lg">Item 1</div>
      <div className="bg-purple-500 text-white px-4 py-2 rounded-lg">
        Item 2
      </div>
      <div className="bg-pink-500 text-white px-4 py-2 rounded-lg">Item 3</div>
    </Marquee>
  );
}
@8starlabs-ui

More from @8starlabs-ui

A shadcn-compatible button with an optional Stripe-style arrow animation

A video player component

A Base UI dropdown menu component

A partition bar component

A compact date label that displays relative time with an optional UTC tooltip.

A flip clock component

A system banner component

A heatmap component