Variable: Table
@arolariu/components / Table
Variable: Table
constTable:ForwardRefExoticComponent<TableProps&RefAttributes<HTMLTableElement>>
Defined in: components/ui/table.tsx:65
Wraps a table in a horizontally scrollable container.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<table>element inside a<div>container - Styling via CSS Modules with
--ac-*custom properties
Example
<Table>
<TableHeader />
</Table>
See
TableProps for available props
// was this page useful?