docs(breaking): update breaking changes to include tabs properties

closes #14745
This commit is contained in:
Brandy Carney
2018-07-10 14:41:55 -04:00
parent 45583bcebb
commit 4956d6d305
5 changed files with 100 additions and 46 deletions

View File

@ -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 */