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, disabled, orientation, size, hideOptionText, iconSize, currentBackgroundColor, noCheckmark: _noCheckmark, ...props } |
(not declared) | |
|
input |
SegmentedControlProps<TValue> |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<>