diff --git a/components/card/readme.md b/components/card/readme.md index eb0f9d1ef..0b5dcfb7c 100644 --- a/components/card/readme.md +++ b/components/card/readme.md @@ -25,13 +25,13 @@ Cards contain content and actions about a single subject. ### Slots -| name | description | -|-----------|----------------------------------------------------------------------------------------------------| -| `graphic` | Content to show in the header icon section. If exists, overrides the `header-icon` attribute’s definition | -| `meta` | Slot for action content in the card header | -| `media` | Slot to add anything inside the `media` area | -| `footer` | Slot for action content placed the card footer | -| `content` | Slot for content of the card. If exist, overrides the `heading`, `subtitle`, `card-text` and `header-icon` +| name | description | +|-----------|------------------------------------------------------------------------------------------------------------| +| `graphic` | Content to show in the header icon section. If exists, overrides the `header-icon` attribute’s definition | +| `meta` | Slot for action content in the card header | +| `media` | Slot to add anything inside the `media` area | +| `footer` | Slot for action content placed the card footer | +| `main` | Slot for content of the card. If exist, overrides the `heading`, `subtitle`, `card-text` and `header-icon` | ## Styling tips