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

Function TableBody

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

Source from the content-addressed store, hash-verified

28}
29
30function TableBody({ className, ...props }: React.ComponentProps<"tbody">) {
31 return (
32 <tbody
33 data-slot="table-body"
34 className={cn("[&_tr:last-child]:border-0", className)}
35 {...props}
36 />
37 )
38}
39
40function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">) {
41 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected