mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
16 lines
239 B
HTML
16 lines
239 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Floating Action Buttons</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo">
|
|
<p>
|
|
<button fab fab-top fab-right>
|
|
<icon add></icon>
|
|
</button>
|
|
</p>
|
|
</ion-content>
|
|
|
|
|
|
|
|
|