Ionic Router Link on Button
Add a Router Link to Ionic Button in React. Easy and Fast Tutorial.
In the Ionic Documentation, I could not find a clear answer on how to link a button to another page in the router. So I finally found it.
<IonButton className="login-btn" expand="block" routerLink="/start">
<FcGoogle className="login-icons "/>
Continue with Google
</IonButton>
This is for React Ionic