mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
14 lines
276 B
HTML
14 lines
276 B
HTML
<ion-tabbar view-title="My Tabs"></ion-tabbar>
|
|
<ion-tabbar view-title="Tabs 2"></ion-tabbar>
|
|
<ion-tabbar view-title="Tabs 4"></ion-tabbar>
|
|
|
|
<button (click)="showModal()">Show Modal</button>
|
|
|
|
|
|
<ion-switch></ion-switch>
|
|
<!--
|
|
<ion-modal>
|
|
<h2>I'm a modal!</h2>
|
|
</ion-modal>
|
|
-->
|