Components
Neo‑brutalist animated dashboard showcasing system load, weekly traffic, health radar, and interactive metrics using React, Tailwind, and Framer Motion.
Loading preview...
import BentoDashboard from "@/components/ui/bento-dashboard";
export default function DemoOne() {
return <BentoDashboard />;
}