React
Radio-backed segmented control with controlled/uncontrolled value, notification dot, disabled and invalid item states.

Component
Single-choice segmented control for instant filtering or view switching.
import { SegmentedControl, SegmentedControlItem } from "@hozorica/hods-react/segmented-control";import { SegmentedControl, SegmentedControlItem } from "@hozorica/hods-react-native/segmented-control";stringControlled and uncontrolled selected item.(value) => voidCalled when selected item changes.booleanDisables the whole control or one item.stringWeb radio input form attributes.booleanShows a notification dot on an item.Input props / RefWeb-only escape hatches for item internals.Radio-backed segmented control with controlled/uncontrolled value, notification dot, disabled and invalid item states.
Pressable segmented control with matching value API.
<SegmentedControl defaultValue="Hot" aria-label="Sort by"><SegmentedControlItem value="Hot">Hot</SegmentedControlItem></SegmentedControl>