Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 8d656b1

Browse files
boilundTigge
authored andcommitted
fix(docs): CardHeader in Basic usage in docs
1 parent 4f3e961 commit 8d656b1

File tree

1 file changed

+3
-1
lines changed
  • packages/docs/src/mdx/coreComponents

1 file changed

+3
-1
lines changed

packages/docs/src/mdx/coreComponents/Card.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@ export const onClick = () => {}
424424

425425
```typescript type=live
426426
<Card>
427-
<CardHeader header="Normal height header" height="normal" />
427+
<CardHeader>
428+
<CardHeaderTypography>CardHeader</CardHeaderTypography>
429+
</CardHeader>
428430
<CardContent>
429431
<Typography>CardContent</Typography>
430432
</CardContent>

0 commit comments

Comments
 (0)