Components
Loading preview...
A vertical 8-bit timeline with connecting dashed line, numbered step icons, optional badges, and retro typography. Source-verbatim from the 8bitcn timeline1 block.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-timeline1import Timeline1 from "@/components/ui/8bit-timeline1";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen p-8 retro">
<Timeline1 />
</div>
);
}