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

Function DrawerTrigger

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

Source from the content-addressed store, hash-verified

12}
13
14function DrawerTrigger({
15 ...props
16}: React.ComponentProps<typeof DrawerPrimitive.Trigger>) {
17 return <DrawerPrimitive.Trigger data-slot="drawer-trigger" {...props} />
18}
19
20function DrawerPortal({
21 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected