Document CardTitle's cardTitle theme

The `cardTitle` theme for the root `CardTitle` component was not
documented.

I also made the wording for `title` and `subtitle` more consistent.
old
Randy Coulman 2016-07-11 11:42:17 -07:00
parent 672429f806
commit 460a378ddc
1 changed files with 3 additions and 2 deletions

View File

@ -73,10 +73,11 @@ A versatile title block that can be used in various places on the card, includin
| Name | Description|
|:---------|:-----------|
| `cardTitle` | Class used for the root element.|
| `large` | Added to the root element when the card has avatar.|
| `small` | Added to the root element when the card has no avatar.|
| `subtitle` | Added to the root element for subtitle.|
| `title` | Used in for the root element.|
| `subtitle` | Added to the subtitle element.|
| `title` | Added to the title element.|
## CardMedia