I would like to use social media buttons on ion-footer. I’ve tried some like this:
<ion-footer>
<ion-toolbar>
<button ion-fab>Button</button>
<button ion-fab>Button</button>
<button ion-fab>Button</button>
</ion-toolbar>
</ion-footer>
But when I do that, the buttons are one underneath the other and they are in the left side. How can I leave the buttons centralized and side by side on the footer?