SheetDescription() — ui Function Reference
Architecture documentation for the SheetDescription() function in sheet.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD a77d573b_f419_1a92_861e_648324826b01["SheetDescription()"] b1de0a06_ea6f_22d2_9b3d_1cd4c0b3438e["sheet.tsx"] a77d573b_f419_1a92_861e_648324826b01 -->|defined in| b1de0a06_ea6f_22d2_9b3d_1cd4c0b3438e style a77d573b_f419_1a92_861e_648324826b01 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/sheet.tsx lines 121–132
function SheetDescription({
className,
...props
}: React.ComponentProps<typeof SheetPrimitive.Description>) {
return (
<SheetPrimitive.Description
data-slot="sheet-description"
className={cn("text-muted-foreground text-sm", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does SheetDescription() do?
SheetDescription() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/sheet.tsx.
Where is SheetDescription() defined?
SheetDescription() is defined in apps/v4/registry/new-york-v4/ui/sheet.tsx at line 121.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free