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

Function DrawerDescription

src/components/ui/drawer.tsx:111–122  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Description>)

Source from the content-addressed store, hash-verified

109}
110
111function DrawerDescription({
112 className,
113 ...props
114}: React.ComponentProps<typeof DrawerPrimitive.Description>) {
115 return (
116 <DrawerPrimitive.Description
117 data-slot="drawer-description"
118 className={cn("text-muted-foreground text-sm", className)}
119 {...props}
120 />
121 )
122}
123
124export {
125 Drawer,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected