Components

Radio Cards

Set of interactive cards where only one can be selected at a time.

Usage

example-usage.tsx
<RadioCards  defaultValue="cat"  className="grid grid-cols-1 sm:grid-cols-2 gap-2">  <RadioCardItem value="cat">Cat</RadioCardItem>  <RadioCardItem value="dog">Dog</RadioCardItem></RadioCards>