Table | CombricSkip to content

Table

Combric

Native table family within a focusable horizontal overflow boundary.

@combric/react · v1.1.1 · Current

Import and usage

import { TableContainer, Table, TableHeader, TableBody, TableFooter, TableRow, TableHead, TableCell, TableCaption } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Data table

Projects
ProjectStatus
DocsReady

Public API

Public exports
Name
TableContainer
Table
TableHeader
TableBody
TableFooter
TableRow
TableHead
TableCell
TableCaption
Documented contracts
Property / capabilityPublished contract
ContractNative table element props
ContractTableHead defaults scope to col

Accessibility

Preserves table semantics; label the focusable TableContainer so users understand its scrollable content.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub