Home / Function/ DrawerTitle() — ui Function Reference

DrawerTitle() — ui Function Reference

Architecture documentation for the DrawerTitle() function in drawer.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  02d710e0_0521_627f_d3b0_a7978db297fa["DrawerTitle()"]
  65dddf82_0992_932d_abd9_4edb4ea4a696["drawer.tsx"]
  02d710e0_0521_627f_d3b0_a7978db297fa -->|defined in| 65dddf82_0992_932d_abd9_4edb4ea4a696
  style 02d710e0_0521_627f_d3b0_a7978db297fa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/drawer.tsx lines 98–109

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

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free