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

Function TableCaption

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected