Home / Function/ SheetDescription() — ui Function Reference

SheetDescription() — ui Function Reference

Architecture documentation for the SheetDescription() function in sheet.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  d6806353_39f5_fe5a_71eb_544e42666d23["SheetDescription()"]
  0f598500_0864_bf66_d9cb_26409cc0d1c6["sheet.tsx"]
  d6806353_39f5_fe5a_71eb_544e42666d23 -->|defined in| 0f598500_0864_bf66_d9cb_26409cc0d1c6
  style d6806353_39f5_fe5a_71eb_544e42666d23 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui-rtl/sheet.tsx lines 120–131

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}
    />
  )
}

Subdomains

Frequently Asked Questions

What does SheetDescription() do?
SheetDescription() is a function in the ui codebase, defined in apps/v4/examples/radix/ui-rtl/sheet.tsx.
Where is SheetDescription() defined?
SheetDescription() is defined in apps/v4/examples/radix/ui-rtl/sheet.tsx at line 120.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free