Radio Group

A set of mutually exclusive options with smooth active state transitions.

Installation

bash
npm install motion

Usage

tsx
import RadioGroup from '@/components/ui/Radio-group';

<RadioGroup />