Back to Component Browser
OptionCard
Quartzlib/quartz/components/OptionCard/index.ts
Preview
Active PlanActive
Pro tier
Paused PlanInactive
Basic tier
Import
import { OptionCard } from '@/lib/quartz';Props (3)
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| label | any | optional | — | The main label to describe the `<OptionCard>`. Is shown visually at the top of the `<OptionCard>`. |
| children | ReactNode | optional | — | The content of the `<OptionCard>`. |
| status | enum | optional | inactive | The status of the `<OptionCard>`. Changes how the `<OptionCard>` visually looks. |
Usage
Not used in any projects yet.