Skip to content

Commit ab025fb

Browse files
committed
Updated to have a react node instead of a card title.
1 parent 3be9e82 commit ab025fb

File tree

1 file changed

+1
-2
lines changed
  • packages/react-core/src/components/Card/examples

1 file changed

+1
-2
lines changed

packages/react-core/src/components/Card/examples/Card.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ propComponents:
99
'CardHeaderActionsObject',
1010
'CardHeaderSelectableActionsObject',
1111
'CardTitle',
12-
'CardSubtitle',
1312
'CardBody',
1413
'CardFooter',
1514
'CardExpandableContent'
@@ -27,7 +26,7 @@ import PlusIcon from '@patternfly/react-icons/dist/esm/icons/plus-icon';
2726

2827
### Basic cards
2928

30-
Basic cards typically have a `<CardTitle>`, `<CardSubtitle>`, `<CardBody>` and `<CardFooter>`. You may omit these components as needed, but it is recommended to at least include a `<CardBody>` to provide details about the card item.
29+
Basic cards typically have a `<CardTitle>`, `<CardBody>` and `<CardFooter>`. You may omit these components as needed, but it is recommended to at least include a `<CardBody>` to provide details about the card item.
3130

3231
```ts file='./CardBasic.tsx'
3332

0 commit comments

Comments
 (0)