Radio Group

A group of mutually exclusive options in the glass material.

Install

npx shadcn add @clearly/radio-group

Preview

Usage

import { RadioGroup } from "@/components/ui/radio-group"

<RadioGroup />

Every Clearly component also accepts glass (subtle·medium·strong), specular and className.

Props

PropTypeDefaultDescription
valuestringSelected value (controlled).
defaultValuestringInitial selected value.
onValueChange(value: string) => voidSelection callback.