UseTabsParameters

external interface UseTabsParameters(source)

Properties

Link copied to clipboard
abstract var defaultValue: Any?

The default value. Use when the component is not controlled.

Link copied to clipboard

The direction of the text.

Link copied to clipboard
abstract var onChange: (event: SyntheticEvent<*, *>?, value: Any?) -> Unit?

Callback invoked when new value is being set.

Link copied to clipboard
abstract var orientation: Orientation?

The component orientation (layout flow direction).

Link copied to clipboard

If true the selected tab changes on focus. Otherwise it only changes on activation.

Link copied to clipboard
abstract var value: Any?

The value of the currently selected Tab. If you don't want any selected Tab, you can set this prop to false.