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

PropTypeDefaultDescription
labelStringRow label displayed in grape text (e.g. "Condition :")

Slots

SlotDescription
defaultPill elements (SentenceSelect, SentenceNumber, SentenceText) that form the sentence

Related