MCPcopy Create free account
hub / github.com/TanStack/ai / TableBody

Function TableBody

examples/ts-react-search/src/components/ui/table.tsx:32–40  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<'tbody'>)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.85

Tested by

no test coverage detected