Search code examples
angularsassionic2centercentering

how to centralize button in ionic 2?


I want to centralize this button element in the center of the view

<button ion-button icon-only id="newTrip">
<ion-icon name="md-add"></ion-icon>
</button>

is there any built-in directive to centralize it without editing in the scss file ?


Solution

  • Take a look at the FAB component.

    http://ionicframework.com/docs/v2/components/#fabs