SentenceRow
components/sentence/Row.vue
Horizontal row with a grape-colored label and flexible slot for pill elements. Forms one line of a sentence-builder UI.
Condition :
Action :
components/sentence/Row.vue
Usage
<SentenceRow
label = "—"
>
Content here
</SentenceRow>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | String | — | Row label displayed in grape text (e.g. "Condition :") |
Slots
| Slot | Description |
|---|---|
| default | Pill elements (SentenceSelect, SentenceNumber, SentenceText) that form the sentence |