React
Button, checkbox-backed toggle, and radio-backed item primitives with label/icon/avatar slots.

Component
Compact button, toggle, and radio chips for filtering or lightweight commands.
import { Chip, ChipButton, ChipToggle, ChipRadioRoot, ChipRadioItem } from "@hozorica/hods-react/chip";import { Chip, ChipButton, ChipToggle, ChipRadioRoot, ChipRadioItem } from "@hozorica/hods-react-native/chip";small | medium | largeChip height and text density.solid | outlineStrong | outlineWeakChip emphasis and border treatment.withText | iconOnlyText or icon-only layout.booleanChip.Toggle state.stringChip.RadioRoot selected value.functionSelection callbacks.booleanDisables one chip.Button, checkbox-backed toggle, and radio-backed item primitives with label/icon/avatar slots.
Pressable button, toggle, and radio chips with matching value APIs.
<Chip.RadioRoot defaultValue="near"><Chip.RadioItem value="near">가까운순</Chip.RadioItem></Chip.RadioRoot>