Skip to content

Radio Group

Exclusive choices with roving keyboard focus.

Install

$ pnpm dlx shadcn@latest add https://vitrumui.vercel.app/r/radio-group.json

Examples

Default

API

<RadioGroup />

PropTypeDefaultDescription
valuestringControlled selection.
defaultValuestringUncontrolled initial selection.
onValueChange(value: string) => voidSelection callback.