mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): update docs
This commit is contained in:
@ -11,7 +11,9 @@ Item Dividers are block elements that can be used to separate items in a list. T
|
||||
|
||||
string
|
||||
|
||||
The color to use for the item-divider
|
||||
The color to use from your application's color palette.
|
||||
Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
|
||||
For more information on colors, see [theming](/docs/theming/basics).
|
||||
|
||||
|
||||
#### mode
|
||||
@ -28,7 +30,9 @@ Possible values are: `"ios"` or `"md"`.
|
||||
|
||||
string
|
||||
|
||||
The color to use for the item-divider
|
||||
The color to use from your application's color palette.
|
||||
Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
|
||||
For more information on colors, see [theming](/docs/theming/basics).
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
Reference in New Issue
Block a user