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

Function DrawerTitle

src/components/ui/drawer.tsx:98–109  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Title>)

Source from the content-addressed store, hash-verified

96}
97
98function DrawerTitle({
99 className,
100 ...props
101}: React.ComponentProps<typeof DrawerPrimitive.Title>) {
102 return (
103 <DrawerPrimitive.Title
104 data-slot="drawer-title"
105 className={cn("text-foreground font-semibold", className)}
106 {...props}
107 />
108 )
109}
110
111function DrawerDescription({
112 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected