TableCell
TableCell components represent individual data cells within table rows. They provide consistent styling and alignment for displaying various types of content.
- React
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>