Search Docs
Loading...
Skip to content

Interface: ButtonGroupOptions

Represents options for a button group.

The ButtonGroupOptions interface provides a set of properties that control the behavior and appearance of a button group. These options include settings for the input label, input label position, children, and suffix.

Properties#

Property Type
inputLabel? string
inputLabelPosition? "left"
children? () => void
suffix? Suffix