Search
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#

PropertyType
inputLabel?string
inputLabelPosition?"top"
children?() => void
suffix?Partial<Omit<ButtonOptions, "label"