ComponentsPhysics Receipt

Interactive Component

Physics Receipt

A dynamic, gravity-aware receipt component that reacts to cursor movement and container bounds. Built for immersive checkout experiences.

Dependencies

threenpm@types/threenpm

Inspired By

@flornkm

Installation

npx shadcn@latest add https://atomixui.mihircodes.in/registry/physics-receipt

How to use

'use client';

import { PhysicalReceipt } from '@/components/atomixui/physics-receipt';

export default function PhysicalReceiptDemo() {
    return <PhysicalReceipt />;
}