Skip to content

FormGroup

Tokens

SCSS Variable
Value
$formGroup-color
--bds-brand-primary-color
$formGroup-border-color
--bds-brand-primary-color
$formGroup-legend-color
--bds-brand-primary-color

Properties

ts
export interface FormGroupProps {
  name: string;
  cols: string;
}

Playground