Components
Loading preview...
A swipeable feature carousel block with 8-bit pixel-bordered cards, optional badges, and retro pixel navigation arrows. Built on the Embla carousel, 8bit card, badge, and button primitives.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-feature3import Feature3 from "@/components/ui/8bit-feature3";
export default function Demo() {
return (
<div className="retro w-full">
<Feature3 />
</div>
);
}