mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(breaking): update breaking changes to include tabs properties
closes #14745
This commit is contained in:
@ -20,7 +20,9 @@ export class TabButton {
|
||||
|
||||
@State() keyFocus = false;
|
||||
|
||||
/** If the tab is selected or not */
|
||||
/**
|
||||
* If true, the tab button will be selected. Defaults to `false`.
|
||||
*/
|
||||
@Prop() selected = false;
|
||||
|
||||
/** The tab component for the button */
|
||||
|
||||
Reference in New Issue
Block a user