mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
7 lines
279 B
HTML
7 lines
279 B
HTML
|
|
<ion-tabs preload-tabs="true">
|
|
<ion-tab tab-title="Recents" tab-icon="call" [root]="tab1Root"></ion-tab>
|
|
<ion-tab tab-title="Favorites" tab-icon="star" [root]="tab2Root"></ion-tab>
|
|
<ion-tab tab-title="Settings" tab-icon="settings" [root]="tab3Root"></ion-tab>
|
|
</ion-tabs>
|