From d74a085d2700bb7dd583cef75747b7700fb1cfc1 Mon Sep 17 00:00:00 2001 From: rachelbt Date: Wed, 7 Sep 2022 18:34:11 +0300 Subject: [PATCH] fix(card): documentation (#1340) --- components/card/readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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