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

Function SheetDescription

src/components/ui/sheet.tsx:117–128  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof SheetPrimitive.Description>)

Source from the content-addressed store, hash-verified

115}
116
117function SheetDescription({
118 className,
119 ...props
120}: React.ComponentProps<typeof SheetPrimitive.Description>) {
121 return (
122 <SheetPrimitive.Description
123 data-slot="sheet-description"
124 className={cn("text-muted-foreground text-sm", className)}
125 {...props}
126 />
127 )
128}
129
130export {
131 Sheet,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected