MCPcopy
hub / github.com/supermemoryai/supermemory / DrawerHeader

Function DrawerHeader

packages/ui/components/drawer.tsx:74–85  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

72}
73
74function DrawerHeader({ className, ...props }: React.ComponentProps<"div">) {
75 return (
76 <div
77 className={cn(
78 "flex flex-col gap-0.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center md:gap-1.5 md:text-left",
79 className,
80 )}
81 data-slot="drawer-header"
82 {...props}
83 />
84 )
85}
86
87function DrawerFooter({ className, ...props }: React.ComponentProps<"div">) {
88 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…