A dynamic, gravity-aware receipt component that reacts to cursor movement and container bounds. Built for immersive checkout experiences.
'use client';
import { PhysicalReceipt } from '@/components/atomixui/physics-receipt';
export default function PhysicalReceiptDemo() {
return <PhysicalReceipt />;
}