MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / DrawerPortal

Function DrawerPortal

src/components/ui/drawer.tsx:20–24  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Portal>)

Source from the content-addressed store, hash-verified

18}
19
20function DrawerPortal({
21 ...props
22}: React.ComponentProps<typeof DrawerPrimitive.Portal>) {
23 return <DrawerPrimitive.Portal data-slot="drawer-portal" {...props} />
24}
25
26function DrawerClose({
27 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected