Anomaly heatmap
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/anomaly-heatmap
Loading preview...
import { AnomalyHeatmap } from "@/components/ui/anomaly-heatmap"; export default function DemoOne() { return <AnomalyHeatmap />; }