mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
25 lines
626 B
HTML
25 lines
626 B
HTML
|
|
<button class="button-fab button-fab-left button-fab-top">
|
|
<icon add></icon>
|
|
</button>
|
|
|
|
<button class="button-fab button-fab-center button-fab-top button-secondary">
|
|
<icon add></icon>
|
|
</button>
|
|
|
|
<button class="button-fab button-fab-right button-fab-top button-danger">
|
|
<icon add></icon>
|
|
</button>
|
|
|
|
<button class="button-fab button-fab-left button-fab-bottom button-light">
|
|
<icon add></icon>
|
|
</button>
|
|
|
|
<button class="button-fab button-fab-center button-fab-bottom button-primary">
|
|
<icon add></icon>
|
|
</button>
|
|
|
|
<button class="button-fab button-fab-right button-fab-bottom button-dark">
|
|
<icon add></icon>
|
|
</button>
|