Segmented Control

A radio group where the selection pill stretches as it travels.

Navigation

Installation

bash
npx shadcn@latest add https://ui.noicess.fun/r/segmented-control.json

Props

PropTypeDefaultDescription
optionsreadonly string[]-Segment labels, shared equally.
valuestring-The selected option.
onChange(value: string) => void-Called with the newly selected option.
labelstring-Accessible name for the radio group.