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

Function TableCaption

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

Source from the content-addressed store, hash-verified

90}
91
92function TableCaption({
93 className,
94 ...props
95}: React.ComponentProps<"caption">) {
96 return (
97 <caption
98 data-slot="table-caption"
99 className={cn("text-muted-foreground mt-4 text-sm", className)}
100 {...props}
101 />
102 )
103}
104
105export {
106 Table,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected