Skip to content

Modal

Tokens

SCSS Variable
Value
$modal-color
--bds-brand-primary-color

Properties

ts
export interface ModalProps {
  modelValue: boolean;
  title?: string;
  closeOnClick?: boolean;
}

Playground