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

Function DrawerHeader

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

Source from the content-addressed store, hash-verified

56DrawerContent.displayName = 'DrawerContent';
57
58const DrawerHeader = ({
59 className,
60 ...props
61}: React.HTMLAttributes<HTMLDivElement>) => (
62 <div
63 className={cn('grid gap-1.5 p-4 text-center sm:text-left', className)}
64 {...props}
65 />
66);
67DrawerHeader.displayName = 'DrawerHeader';
68
69const DrawerFooter = ({

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected