Back to Component Browser

Legend

Quartz

lib/quartz/components/Legend/index.ts

Preview
Example Legend

Import

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

Props (5)

NameTypeRequiredDefaultDescription
childrenReactNoderequiredThe content of the underlying `<legend>` element.
marginBottomUnitsSpacingUnitoptional0The number of `margin-bottom` spacing units to apply on the `<legend>`.
variantenumoptionalprimaryWhether the `labelPrimary` or `labelSecondary` typography preset should be used....
refRef<HTMLLegendElement>optionalAllows getting a ref to the component instance....
keyKeyoptional

Usage

Not used in any projects yet.