mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(): update usage and examples
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user