Components
Loading preview...
This is a modern and highly popular layout style for showcasing features, portfolio items, or key information. I've designed this one with a futuristic, cyberpunk aesthetic, featuring glowing borders that animate on hover, a subtle background grid, and a clean, dark theme.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/cybernetic-bento-gridimport { CyberneticBentoGrid } from "@/components/ui/cybernetic-bento-grid";
export default function DemoOne() {
return <div className="App">
<CyberneticBentoGrid />
</div>
}