- Forums
- ionic
- How To Ionic 2 Center Button By Example
This Page Contains information about How To Ionic 2 Center Button By Example By ionic in category ionic with 0 Replies. [4691], Last Updated: Mon Jun 24, 2024
ionic
Wed May 17, 2017
0 Comments
912 Visits
the code to center an ionic 2 button is very simple, the following is the example code on how to achieve a button in the middle of the screen:
<ion-buttons padding text-center>
<button ion-button>Login</button>
</ion-buttons>
hope that help