Data
TableCell
Table cell. Wraps the Polaris <s-table-cell> web component.
Usage
<template>
<ShTableRow>
<ShTableCell>Cell content</ShTableCell>
</ShTableRow>
</template>
Props
This component has no explicit props. All attributes are forwarded to the underlying element.
Slots
| Slot | Description |
|---|---|
default | Cell content |
Polaris Element
Renders as <s-table-cell>.