MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / DrawerFooter

Function DrawerFooter

apps/baseai.dev/src/components/ui/drawer.tsx:69–77  ·  view source on GitHub ↗
({
	className,
	...props
}: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

67DrawerHeader.displayName = 'DrawerHeader';
68
69const DrawerFooter = ({
70 className,
71 ...props
72}: React.HTMLAttributes<HTMLDivElement>) => (
73 <div
74 className={cn('mt-auto flex flex-col gap-2 p-4', className)}
75 {...props}
76 />
77);
78DrawerFooter.displayName = 'DrawerFooter';
79
80const DrawerTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected