MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / TableHeader

Function TableHeader

apps/baseai.dev/src/components/table-products.tsx:9–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9const TableHeader: React.FC = () => (
10 <thead>
11 <tr>
12 <th className="w-[180px] p-2 text-left font-semibold">Products</th>
13 <th className="p-2 text-left font-semibold">Description</th>
14 </tr>
15 </thead>
16);
17
18interface ProductName {
19 main: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected