Radio Group

Single-select choice control with a gliding layoutId indicator dot and spring press feedback.

Preview

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/radio

API Reference

RadioGroup

value?
string
defaultValue?
string
onValueChange?
((value: string) => void)
className?
string
orientation?
"horizontal" | "vertical"
vertical

RadioGroupItem

value
string
label?
string
disabled?
boolean
className?
string
id?
string

Updated