Last active
August 10, 2018 10:37
-
-
Save samarthagarwal/b3475d6a65217e645c906a57ce731d7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment