MCPcopy
hub / github.com/shadcn-ui/taxonomy / MobileNavProps

Interface MobileNavProps

components/mobile-nav.tsx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { Icons } from "@/components/icons"
9
10interface MobileNavProps {
11 items: MainNavItem[]
12 children?: React.ReactNode
13}
14
15export function MobileNav({ items, children }: MobileNavProps) {
16 useLockBody()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected