Skip to main content

TableCell

TableCell components represent individual data cells within table rows. They provide consistent styling and alignment for displaying various types of content.

To implement TableCell component into your project you'll need to add the import:

import { TableCell } from "@shoptet/ui";

After adding import into your project you can use it simply like:

<TableCell>Cell content</TableCell>