Holographic Card
3D tilt effect with holographic rainbow sheen.
Loading...
Properties
Installation
npm install @reactomega/uiUsage
Usage
import { HolographicCard } from '@reactomega/ui';
export default function App() {
return (
<HolographicCard className="p-8 text-white">
<h3>Rare Item</h3>
</HolographicCard>
);
}