Reputation: 97
I am new to Ionic 4. Can someone please tell me what is the name of this element and how to implement it? Thanks a lot!
Upvotes: 1
Views: 30
Reputation: 1093
This is a ion-badge. You can find more information about how to implement it on ionicframework.com.
<ion-badge color="danger">Beta</ion-badge>
Upvotes: 3