MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / DrawerFooter

Function DrawerFooter

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

Source from the content-addressed store, hash-verified

86}
87
88function DrawerFooter({ className, ...props }: React.ComponentProps<"div">) {
89 return (
90 <div
91 data-slot="drawer-footer"
92 className={cn("mt-auto flex flex-col gap-2 p-4", className)}
93 {...props}
94 />
95 )
96}
97
98function DrawerTitle({
99 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected