ui_suite_daisyui-4.0.x-dev/components/table_cell/table_cell.component.yml
components/table_cell/table_cell.component.yml
name: "(Table Cell)"
description: "Internal: to be used in the 'Table Row' components."
group: "Data display"
links:
- "https://daisyui.com/components/table/"
slots:
content:
title: "Cell content"
description: "The cell content."
props:
type: object
properties:
tag:
title: "HTML tag"
type: string
enum:
- th
- td
"meta:enum":
th: "Head"
td: "Data (default)"
