@miraidesigns/card
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@miraidesigns/card", | ||
"description": "Mirai Designs Framework: Card module", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -74,13 +74,13 @@ # Cards | ||
| Name | Type | Description | | ||
| ---------------------- | -------- | --------------------------------------------------------- | | ||
| `mdf-card` | Parent | Container for the card elements | | ||
| `mdf-card--bordered` | Modifier | Add a border to the card | | ||
| `mdf-card--elevated` | Modifier | Elevate the card by adding a shadow | | ||
| `mdf-card--fixed` | Modifier | Restrict the card's width | | ||
| `mdf-card__media` | Child | Contains the media elements. Child to `.mdf-card` | | ||
| `mdf-card__media-item` | Child | Media element. Child to `.mdf-card__media` | | ||
| `mdf-card__header` | Child | Contains the title. Child to `.mdf-card` | | ||
| `mdf-card__title` | Child | Title element. Child to `.mdf-card__header` | | ||
| `mdf-card__content` | Child | Contains the cards text description. Child to `.mdf-card` | | ||
| `mdf-card__footer` | Child | Contains the action buttons. Child to `.mdf-card` | | ||
| Name | Type | Description | | ||
| ----------------------- | -------- | --------------------------------------------------------- | | ||
| `mdf-card` | Parent | Container for the card elements | | ||
| `mdf-card--bordered` | Modifier | Add a border to the card | | ||
| `mdf-card--raised` | Modifier | Elevate the card by adding a shadow | | ||
| `mdf-card--fixed-width` | Modifier | Restrict the card's width | | ||
| `mdf-card__media` | Child | Contains the media elements. Child to `.mdf-card` | | ||
| `mdf-card__media-item` | Child | Media element. Child to `.mdf-card__media` | | ||
| `mdf-card__header` | Child | Contains the title. Child to `.mdf-card` | | ||
| `mdf-card__title` | Child | Title element. Child to `.mdf-card__header` | | ||
| `mdf-card__content` | Child | Contains the cards text description. Child to `.mdf-card` | | ||
| `mdf-card__footer` | Child | Contains the action buttons. Child to `.mdf-card` | |
5890