TableBody
- React
To implement TableBody component into your project you'll need to add the import:
import { TableBody } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<TableBody>
<TableRow>
<TableCell>Data 1</TableCell>
<TableCell>Data 2</TableCell>
</TableRow>
</TableBody>