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

Function DrawerFooter

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

Source from the content-addressed store, hash-verified

49DrawerHeader.displayName = "DrawerHeader";
50
51const DrawerFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
52 <div className={cn("mt-auto flex flex-col gap-2 p-4", className)} {...props} />
53);
54DrawerFooter.displayName = "DrawerFooter";
55
56const DrawerTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected