Home / Function/ SheetTitle() — ui Function Reference

SheetTitle() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7edd3788_18e7_3fa2_22f4_19eb4183970e["SheetTitle()"]
  b1de0a06_ea6f_22d2_9b3d_1cd4c0b3438e["sheet.tsx"]
  7edd3788_18e7_3fa2_22f4_19eb4183970e -->|defined in| b1de0a06_ea6f_22d2_9b3d_1cd4c0b3438e
  style 7edd3788_18e7_3fa2_22f4_19eb4183970e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/sheet.tsx lines 108–119

function SheetTitle({
  className,
  ...props
}: React.ComponentProps<typeof SheetPrimitive.Title>) {
  return (
    <SheetPrimitive.Title
      data-slot="sheet-title"
      className={cn("text-foreground font-semibold", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does SheetTitle() do?
SheetTitle() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/sheet.tsx.
Where is SheetTitle() defined?
SheetTitle() is defined in apps/v4/registry/new-york-v4/ui/sheet.tsx at line 108.

Analyze Your Own Codebase

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

Try Supermodel Free