RadioButton

Radio tlačítka s popisky, variantami a barvami

Installation

pnpm dlx shadcn@latest add https://registry.ceskysoftware.cz/r/radio-group.json

Usage

Preview

Základní

Import

import { RadioButtons, FormRadioButtons } from "@/registry/cs/ui/radio-group/radio-group"

Example

<RadioButtons options={[{ label: "Option 1", value: "1" }]} /> <FormRadioButtons label="Choose option" options={[{ label: "Option 1", value: "1" }]} />

Dependencies

@radix-ui/react-radio-grouplucide-reacthttps://registry.ceskysoftware.cz/r/utils.json (registry)