A React UI component that adds a 3D tilt-and-scale hover effect to any child element, perfect for building interactive bento-style grids.
import { Component } from "@/components/ui/bento-item"; export default function DemoOne() { return <Component />; }