MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / DrawerHeader

Function DrawerHeader

website/src/components/ui/drawer.tsx:46–48  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

44DrawerContent.displayName = "DrawerContent";
45
46const DrawerHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
47 <div className={cn("grid gap-1.5 p-4 text-center sm:text-left", className)} {...props} />
48);
49DrawerHeader.displayName = "DrawerHeader";
50
51const DrawerFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected