docs(): update usage and examples

This commit is contained in:
mhartington
2018-05-30 12:40:43 -04:00
parent 8e164d6036
commit 3cdc696847
43 changed files with 389 additions and 397 deletions

View File

@ -14,7 +14,6 @@ import { Color, Mode } from '../../interface';
export class CardContent {
/**
* The color to use for the text.
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
*/
@Prop() color?: Color;
@ -23,5 +22,4 @@ export class CardContent {
* Possible values are: `"ios"` or `"md"`.
*/
@Prop() mode!: Mode;
}

View File

@ -14,7 +14,6 @@ It is recommended that any text content for a card should be placed in an `ion-c
string
The color to use for the text.
Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
#### mode
@ -32,7 +31,6 @@ Possible values are: `"ios"` or `"md"`.
string
The color to use for the text.
Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
#### mode