chore(): update docs

This commit is contained in:
Manu Mtz.-Almeida
2018-08-16 15:48:52 +02:00
parent f84bb76481
commit c899fb33af
4 changed files with 38 additions and 0 deletions

View File

@ -13,6 +13,13 @@
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `Mode` |
## CSS Custom Properties
| Name | Description |
| --------- | -------------------------- |
| `--color` | Color of the card subtitle |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*

View File

@ -14,6 +14,13 @@
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `Mode` |
## CSS Custom Properties
| Name | Description |
| --------- | ----------------------- |
| `--color` | Color of the card title |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*

View File

@ -17,6 +17,14 @@ sub-components to reflect this. Please see `ion-card-content`,
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `Mode` |
## CSS Custom Properties
| Name | Description |
| -------------- | ---------------------- |
| `--background` | Background of the card |
| `--color` | Color of the card |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*

View File

@ -30,6 +30,22 @@ Checkboxes allow the selection of multiple options from a set of options. They a
| `ionStyle` | Emitted when the styles change. |
## CSS Custom Properties
| Name | Description |
| ------------------------ | ---------------------------------------------- |
| `--background` | Background of the checkbox icon |
| `--background-checked` | Background of the checkbox icon when checked |
| `--border-color` | Border color of the checkbox icon |
| `--border-color-checked` | Border color of the checkbox icon when checked |
| `--border-radius` | Border radius of the checkbox icon |
| `--border-style` | Border style of the checkbox icon |
| `--border-width` | Border width of the checkbox icon |
| `--checkmark-color` | Color of the checkbox checkmark when checked |
| `--size` | Size of the checkbox icon |
| `--transition` | Transition of the checkbox icon |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*