Search code examples
ionic-frameworkionic4

What do you call this element which is usually used to indicate a new feature?


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!

enter image description here


Solution

  • 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>