Back to Components
Inputs

Radio Group

Group of radio buttons with single selection behavior.

PropsUsage ExampleVariations

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/radio-group.tsx

Installation

Using shadcn CLI

npx shadcn add radio-group --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge

Related Inputs Components