//
A responsive table component.
bun add xiod-ui1import {2 Table,3 TableBody,4 TableCaption,5 TableCell,6 TableFooter,7 TableHead,8 TableHeader,9 TableRow10} from "xiod-ui/table";1<Table>2 <TableHeader />3 <TableFooter />4 <TableBody />5 <TableCaption />6 <TableCell />7 <TableHead />8 <TableRow />9</Table>