mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
25 lines
637 B
HTML
25 lines
637 B
HTML
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
<ion-title>FAB</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo">
|
|
<p>
|
|
<button fab primary fab-top fab-left>
|
|
<icon add></icon>
|
|
</button>
|
|
<button fab secondary fab-top fab-center>
|
|
<icon is-active="false" compass></icon>
|
|
</button>
|
|
<button fab danger fab-top fab-right>
|
|
<icon is-active="false" mic></icon>
|
|
</button>
|
|
<button fab dark fab-bottom fab-center id="demo-fab-bottom">
|
|
<icon is-active="false" heart></icon>
|
|
</button>
|
|
</p>
|
|
</ion-content>
|
|
|
|
<ion-toolbar id="subtle-footer">
|
|
</ion-toolbar>
|
|
|