Back to Component Browser

OptionCard

Quartz

lib/quartz/components/OptionCard/index.ts

Preview
Active PlanActive

Pro tier

Paused PlanInactive

Basic tier

Import

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

Props (3)

NameTypeRequiredDefaultDescription
labelanyoptionalThe main label to describe the `<OptionCard>`. Is shown visually at the top of the `<OptionCard>`.
childrenReactNodeoptionalThe content of the `<OptionCard>`.
statusenumoptionalinactiveThe status of the `<OptionCard>`. Changes how the `<OptionCard>` visually looks.

Usage

Not used in any projects yet.