Utility
Terminal
█
radio-group-demo █
Loading preview... █
█
█
█
█
█
█
█
█
█
█
█
█
█
█
█Installation
$ pnpm dlx shadcn@latest add @termcn/opentui/radio-group
Usage
import { RadioGroup } from "@/components/ui/radio-group";<RadioGroup
options={[
{ value: "sm", label: "Small" },
{ value: "md", label: "Medium" },
{ value: "lg", label: "Large" },
]}
onChange={(value) => {}}
/>API Reference
RadioGroup
| Prop | Type | Default |
|---|---|---|
options | RadioOption<T>[] | required |
value | T | - |
onChange | (value: T) => void | - |
name | string | - |
cursor | string | "›" |