Skip to content

Commit

Permalink
fix(card): documentation (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt committed Sep 7, 2022
1 parent 6390add commit d74a085
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/card/readme.md
Expand Up @@ -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

Expand Down

0 comments on commit d74a085

Please sign in to comment.