Back to Tuist

TableRow

noora/docs/components/tablerow.md

4.204.0671 B
Original Source
<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->

TableRow

Describes one declarative table row.

html
<noora-table-row row-key="tuist"><noora-table-cell column="project">Tuist</noora-table-cell></noora-table-row>

Attributes

AttributeType or allowed valuesDefaultDescription
row-keystringNoneSets the row identifier.

Slots

SlotDescription
defaultThe noora-table-cell children.

Row

Describe one table row.

html
<noora-table-row row-key="tuist"><noora-table-cell column="project">Tuist</noora-table-cell></noora-table-row>