Back to Component Browser

RadioCard

Quartz

lib/quartz/components/RadioCard/index.ts

Preview

Free shipping in 5-7 days

Next-day delivery

Import

import { RadioCard } from '@/lib/quartz';

Props (5)

NameTypeRequiredDefaultDescription
descriptionstringoptionalThe description text for the `<RadioCard>`. Accessibly tied to the underlying `<input type="radio">`.
descriptionClassNamestringoptionalThe customized className for description text for the `<RadioCard>`.
childrenReactNodeoptionalThe content of the `<RadioCard>`. In some cases, this may be another interactive element....
refRef<HTMLInputElement>optionalAllows getting a ref to the component instance....
keyKeyoptional

Usage

Not used in any projects yet.