A hook for detecting mobile screen size.
pnpm dlx shadcn@latest add https://components.sudarshandhakal.com.np/r/use-mobile.json
import { useIsMobile } from "@/hooks/use-mobile"
const isMobile = useIsMobile()
On This Page