Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active August 10, 2018 10:37
Show Gist options
  • Select an option

  • Save samarthagarwal/b3475d6a65217e645c906a57ce731d7d to your computer and use it in GitHub Desktop.

Select an option

Save samarthagarwal/b3475d6a65217e645c906a57ce731d7d to your computer and use it in GitHub Desktop.
<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