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

Function TableHeader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected