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

Function SheetPortal

src/components/ui/sheet.tsx:25–29  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof SheetPrimitive.Portal>)

Source from the content-addressed store, hash-verified

23}
24
25function SheetPortal({
26 ...props
27}: React.ComponentProps<typeof SheetPrimitive.Portal>) {
28 return <SheetPrimitive.Portal data-slot="sheet-portal" {...props} />
29}
30
31function SheetOverlay({
32 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected