Skip to main content

Combo Text

A text box that can be placed within a section control. A multi-part text box typically has two text one after another. Either of them can be visible or both can be visible based on requirements.

Variants

Props

PropsDatatypeValues/Example
typestring"combo" | "single"
valuestring"hello"
keystring"1"
comboContainerClassPropObjectfont-size: var(--base-text)
comboContainerStylePropObjectfont-size: var(--base-text)
singleTextClassPropObjectfont-size: var(--base-text)
singleTextStylePropObjectfont-size: var(--base-text)
keyClassPropObjectfont-size: var(--base-text)
keyStylePropObjectfont-size: var(--base-text)
valueClassPropObjectfont-size: var(--base-text)
valueStylePropObjectfont-size: var(--base-text)