mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -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` |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
Reference in New Issue
Block a user