MobileBlocker

Hook to determine if the current device should be blocked (mobile).

Not VerifiedComponent1 file

Preview

Preview not yet added for MobileBlocker.

Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.

Install

npx shadcn add https://www.razisyed.cv/r/mobile-blocker

Usage

import { MobileBlocker } from "@/components/ui/MobileBlocker";

export default function Example() {
  return <MobileBlocker />;
}

Source

Loading source...
razi's registry