Components
Loading preview...
You can easily change the text, color hue, shadow intensity, or font size by modifying these prop values.
npx shadcn@latest add https://21st.dev/r/designali-in/mouse-quadrant-trackerimport { MouseQuadrantTracker } from "@/components/ui/mouse-quadrant-tracker";
export default function DemoOne() {
return <MouseQuadrantTracker className="text-center font-bold" text="No Code" hue={100} fontSize="25vmax" />
}