mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos): add tabs demo with scenarios
references driftyco/ionic-site#397
This commit is contained in:
@@ -76,6 +76,7 @@ import {TabButton} from './tab-button';
|
||||
* @property {String} [tabBadgeStyle] - set the badge color for this tab
|
||||
* @property {Any} (select) - method to call when the current tab is selected
|
||||
*
|
||||
* @demo /docs/v2/demos/tabs/
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ion-tab',
|
||||
|
||||
@@ -36,6 +36,7 @@ import {isUndefined, isTrueProperty} from '../../util/util';
|
||||
* individual Tab components. On iOS, the TabBar is placed on the bottom of
|
||||
* the screen, while on Android it is at the top.
|
||||
*
|
||||
* @demo /docs/v2/demos/tabs/
|
||||
* @see {@link /docs/v2/components#tabs Tabs Component Docs}
|
||||
* @see {@link ../Tab Tab API Docs}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user