Table
Package: @tesserix/web
Import
import { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption } from '@tesserix/web'Source
- Component:
packages/web/src/components/table/table.tsx - Story:
packages/web/src/components/table/table.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Table } from '@tesserix/web'
export function DemoTable() {
return <Table />
}