Home > @uniformdev/design-system > SegmentedControl
SegmentedControl() function
A control with multiple segments. Can be used as a replacement of radio buttons.
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ name, options, value, onChange, noCheckmark, disabled, orientation, size, hideOptionText, iconSize, currentBackgroundColor, ...props } | SegmentedControlProps<TValue> |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<>