An 8-bit zigzag roadmap timeline with alternating left/right cards on desktop and a simple vertical layout on mobile. Source-verbatim from the 8bitcn timeline3 block.
import Timeline3 from "@/components/ui/8bit-timeline3"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen p-8 retro"> <Timeline3 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.