Back to Component Browser
RadioCard
Quartzlib/quartz/components/RadioCard/index.ts
Preview
Continue for more content
Free shipping in 5-7 days
Continue for more content
Next-day delivery
Import
import { RadioCard } from '@/lib/quartz';Props (5)
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| description | string | optional | — | The description text for the `<RadioCard>`. Accessibly tied to the underlying `<input type="radio">`. |
| descriptionClassName | string | optional | — | The customized className for description text for the `<RadioCard>`. |
| children | ReactNode | optional | — | The content of the `<RadioCard>`. In some cases, this may be another interactive element.... |
| ref | Ref<HTMLInputElement> | optional | — | Allows getting a ref to the component instance.... |
| key | Key | optional | — | — |
Usage
Not used in any projects yet.