Components
Loading preview...
An interactive retro 8-bit fast-travel CTA. Click the pixel portal to trigger a traveling state that pulses the artwork, swaps the badge and button labels, and disables the primary action. Built on the 8bit badge and button primitives.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-portal-transitionimport PortalTransition from "@/components/ui/8bit-portal-transition";
export default function Demo() {
return (
<div className="retro">
<PortalTransition />
</div>
);
}