html IF_03_11_FABs
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IF_03_11_FABs相关的知识,希望对你有一定的参考价值。
<ion-fab vertical="top" horizontal="end" slot="fixed">
<ion-fab-button>
<ion-icon name="add"></ion-icon>
</ion-fab-button>
</ion-fab>
<!-- fab placed to the bottom end -->
<ion-fab vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button>
<ion-icon name="arrow-dropleft"></ion-icon>
</ion-fab-button>
</ion-fab>
<!-- fab placed to the top start -->
<ion-fab vertical="top" horizontal="start" slot="fixed">
<ion-fab-button>
<ion-icon name="arrow-dropright"></ion-icon>
</ion-fab-button>
</ion-fab>
<!-- fab placed to the bottom start -->
<ion-fab vertical="bottom" horizontal="start" slot="fixed">
<ion-fab-button>
<ion-icon name="arrow-dropup"></ion-icon>
</ion-fab-button>
</ion-fab>
以上是关于html IF_03_11_FABs的主要内容,如果未能解决你的问题,请参考以下文章
html IF_03_18_Selects
html IF_03_17_Radiobuttons
html IF_03_16_Checkboxes
html IF_04_03_Radio_Binding_HTML
html IF_04_03_Input_Binding_HTML
html IF_03_27_Grid_Responsive