ui_suite_daisyui-4.0.x-dev/components/table_row/table_row.default.story.yml
components/table_row/table_row.default.story.yml
name: Default
slots:
content:
- type: component
component: "ui_suite_daisyui:table_cell"
slots:
content: "1"
props:
tag: th
- type: component
component: "ui_suite_daisyui:table_cell"
slots:
content: "Cy Ganderton"
props:
tag: td
- type: component
component: "ui_suite_daisyui:table_cell"
slots:
content: "Quality Control Specialist"
props:
tag: td
- type: component
component: "ui_suite_daisyui:table_cell"
slots:
content: "Littel, Schaden and Vandervort"
props:
tag: td
- type: component
component: "ui_suite_daisyui:table_cell"
slots:
content: Canada
props:
tag: td
- type: component
component: "ui_suite_daisyui:table_cell"
slots:
content: "1"
props:
tag: th
library_wrapper: >
<table>
<tbody>
{{ _story }}
</tbody>
</table>
