Home > @uniformdev/design-system > SegmentedControl

SegmentedControl() function

A control with multiple segments. Can be used as a replacement of radio buttons.

Signature:

Parameters

ParameterTypeDescription
{ name, options, value, onChange, disabled, orientation, size, hideOptionText, iconSize, currentBackgroundColor, noCheckmark: _noCheckmark, ...props }SegmentedControlProps<TValue>

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<>