mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
7 lines
255 B
HTML
7 lines
255 B
HTML
|
|
<ion-tabs>
|
|
<ion-tab tab-title="Heart" tab-icon="heart" [root]="tab1Root"></ion-tab>
|
|
<ion-tab tab-title="Star" tab-icon="star" [root]="tab2Root"></ion-tab>
|
|
<ion-tab tab-title="Stopwatch" tab-icon="stopwatch" [root]="tab3Root"></ion-tab>
|
|
</ion-tabs>
|