MCPcopy Create free account
hub / github.com/evolify/dumpfun / TableHeader

Function TableHeader

common/components/ui/table.tsx:20–28  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"thead">)

Source from the content-addressed store, hash-verified

18}
19
20function TableHeader({ className, ...props }: React.ComponentProps<"thead">) {
21 return (
22 <thead
23 data-slot="table-header"
24 className={cn("[&_tr]:border-b", className)}
25 {...props}
26 />
27 )
28}
29
30function TableBody({ className, ...props }: React.ComponentProps<"tbody">) {
31 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected