Components
Loading preview...
A React UI component that adds a 3D tilt-and-scale hover effect to any child element, perfect for building interactive bento-style grids.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/bento-itemimport { Component } from "@/components/ui/bento-item";
export default function DemoOne() {
return <Component />;
}