mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(demos): update tabbarPlacement
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
<span>23°</span>
|
<span>23°</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ion-tabs light class="advanced-weather-tabs" no-navbar tabbar-placement="bottom">
|
<ion-tabs light class="advanced-weather-tabs" no-navbar tabbarPlacement="bottom">
|
||||||
<ion-tab light tabTitle="Sun" tabIcon="sunny"></ion-tab>
|
<ion-tab light tabTitle="Sun" tabIcon="sunny"></ion-tab>
|
||||||
<ion-tab tabTitle="Mon" tabIcon="snow"></ion-tab>
|
<ion-tab tabTitle="Mon" tabIcon="snow"></ion-tab>
|
||||||
<ion-tab tabTitle="Tue" tabIcon="cloudy"></ion-tab>
|
<ion-tab tabTitle="Tue" tabIcon="cloudy"></ion-tab>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<span>78°</span>
|
<span>78°</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ion-tabs light class="advanced-weather-tabs" no-navbar tabbar-placement="bottom">
|
<ion-tabs light class="advanced-weather-tabs" no-navbar tabbarPlacement="bottom">
|
||||||
<ion-tab light tabTitle="Tue" tabIcon="sunny"></ion-tab>
|
<ion-tab light tabTitle="Tue" tabIcon="sunny"></ion-tab>
|
||||||
<ion-tab tabTitle="Wed" tabIcon="partly-sunny"></ion-tab>
|
<ion-tab tabTitle="Wed" tabIcon="partly-sunny"></ion-tab>
|
||||||
<ion-tab tabTitle="Thr" tabIcon="cloudy"></ion-tab>
|
<ion-tab tabTitle="Thr" tabIcon="cloudy"></ion-tab>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<span>41°</span>
|
<span>41°</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ion-tabs light class="advanced-weather-tabs" no-navbar tabbar-placement="bottom">
|
<ion-tabs light class="advanced-weather-tabs" no-navbar tabbarPlacement="bottom">
|
||||||
<ion-tab light tabTitle="Sun" tabIcon="thunderstorm"></ion-tab>
|
<ion-tab light tabTitle="Sun" tabIcon="thunderstorm"></ion-tab>
|
||||||
<ion-tab tabTitle="Mon" tabIcon="rainy"></ion-tab>
|
<ion-tab tabTitle="Mon" tabIcon="rainy"></ion-tab>
|
||||||
<ion-tab tabTitle="Tue" tabIcon="rainy"></ion-tab>
|
<ion-tab tabTitle="Tue" tabIcon="rainy"></ion-tab>
|
||||||
|
Reference in New Issue
Block a user