MCPcopy Create free account
hub / github.com/bytebase/dbhub / SheetTitle

Function SheetTitle

frontend/src/components/ui/sheet.tsx:144–152  ·  view source on GitHub ↗
({ className, ...props }: SheetPrimitive.Title.Props)

Source from the content-addressed store, hash-verified

142}
143
144function SheetTitle({ className, ...props }: SheetPrimitive.Title.Props) {
145 return (
146 <SheetPrimitive.Title
147 className={cn("font-heading text-xl leading-none", className)}
148 data-slot="sheet-title"
149 {...props}
150 />
151 );
152}
153
154function SheetDescription({
155 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected