Components
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-trackerLoading preview...
import { 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" />
}