Components
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.
Loading preview...
import Feature3 from "@/components/ui/8bit-feature3";
export default function Demo() {
return (
<div className="retro w-full">
<Feature3 />
</div>
);
}