hundredBook a call
← All components

Ticket Marquee

A strip of tear-off tickets running along the line between any two edges of its box.

marquees
gap
import TicketMarquee from "@/components/TicketMarquee";

// Copy Marquee.tsx too -- TicketMarquee.tsx imports it as a sibling.
// It fills the nearest positioned ancestor, so give it a box.
<div className="relative h-40 w-full overflow-hidden">
  <TicketMarquee start={{ edge: "left" }} end={{ edge: "right" }} />
</div>