✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias TabberButtonsWidgetStyleOptions

TabberButtonsWidgetStyleOptions: object

Configuration options that define style of the various elements of the tabbers buttons widget.

# Type declaration

# descriptionColor

descriptionColor?: string

Color of the widget description text


# selectedBackgroundColor

selectedBackgroundColor?: string

Background color of the selected tab


# selectedColor

selectedColor?: string

Text color of the selected tab


# showDescription

showDescription?: boolean

Whether to display the widget description

# Default Value

true

# showSeparators

showSeparators?: boolean

Whether to show visual separators between tabs

# Default Value

true

# tabCornerRadius

tabCornerRadius?: "large" | "medium" | "none" | "small"

Corner radius style for tabs


# tabsAlignment

tabsAlignment?: "center" | "left" | "right"

Horizontal alignment of tabs within the widget


# tabsInterval

tabsInterval?: "large" | "medium" | "small"

Spacing interval between tabs


# tabsSize

tabsSize?: "large" | "medium" | "small"

Size of the tabs


# unselectedBackgroundColor

unselectedBackgroundColor?: string

Background color of unselected tabs


# unselectedColor

unselectedColor?: string

Text color of unselected tabs