React
Accessible tab primitives styled as compact chips, with keyboard navigation and mount policy.

전체
import { ChipTabsRoot, ChipTabsList, ChipTabsTrigger, ChipTabsContent } from "@hozorica/hods-react/chip-tabs";import { ChipTabsRoot, ChipTabsList, ChipTabsTrigger, ChipTabsContent } from "@hozorica/hods-react-native/chip-tabs";brandSolid | neutralSolid | neutralOutlineSelected and unselected chip treatment.medium | largeChip height and text density.fill | hugControls whether content fills the root area.horizontal | verticalTab list direction.stringControlled and uncontrolled active tab value.(value) => voidCalled when a chip changes the selected value.booleanControls inactive content mounting.booleanDisables a ChipTabsTrigger.Accessible tab primitives styled as compact chips, with keyboard navigation and mount policy.
Pressable chip tabs with horizontal scrolling list behavior.
<ChipTabsRoot defaultValue="all"><ChipTabsList><ChipTabsTrigger value="all">전체</ChipTabsTrigger></ChipTabsList><ChipTabsContent value="all">전체</ChipTabsContent></ChipTabsRoot>