chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 12:04:27 +02:00
parent 149039bd12
commit d856ecfbbf
101 changed files with 1098 additions and 8675 deletions

View File

@ -8,101 +8,17 @@ TabButton is an internal component for tabs. Please see the [Tab docs](../tab) f
## Properties
#### badge
string
#### badgeColor
string
#### color
string
#### disabled
boolean
#### href
string
#### icon
string
#### label
string
#### mode
string
#### selected
boolean
If true, the tab button will be selected. Defaults to `false`.
## Attributes
#### badge
string
#### badge-color
string
#### color
string
#### disabled
boolean
#### href
string
#### icon
string
#### label
string
#### mode
string
#### selected
boolean
If true, the tab button will be selected. Defaults to `false`.
| Property | Attribute | Description | Type |
| ------------ | ------------- | -------------------------------------------------------------- | --------- |
| `badgeColor` | `badge-color` | | `string` |
| `badge` | `badge` | | `string` |
| `color` | `color` | | `Color` |
| `disabled` | `disabled` | | `boolean` |
| `href` | `href` | | `string` |
| `icon` | `icon` | | `string` |
| `label` | `label` | | `string` |
| `mode` | `mode` | | `Mode` |
| `selected` | `selected` | If true, the tab button will be selected. Defaults to `false`. | `boolean` |
----------------------------------------------