Ionic Component - Buttons

by Ben Clayton

HTML

 <link href="https://unpkg.com/@ionic/[email protected]/css/ionic.bundle.css" rel="stylesheet" />
        <script src="https://unpkg.com/@ionic/[email protected]/dist/ionic.js"></script>
				


<ion-button shape="round" color="primary" fill="outline">Hello World</ion-button>
<ion-button size="small">Small Button</ion-button>

JavaScript

//  docs https://beta.ionicframework.com/docs/components