[O3 Framework](../API.md) / CardHeaderProps

# Interface: CardHeaderProps

Defined in: [packages/framework/esm-styleguide/src/cards/card-header.component.tsx:6](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/cards/card-header.component.tsx#L6)

## Properties

### children?

> `optional` **children**: `ReactNode`

Defined in: [packages/framework/esm-styleguide/src/cards/card-header.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/cards/card-header.component.tsx#L10)

The contents of the card header to render if any.

***

### title

> **title**: `string`

Defined in: [packages/framework/esm-styleguide/src/cards/card-header.component.tsx:8](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/cards/card-header.component.tsx#L8)

The title for this card. This must be a pre-translated string.
