hotchoco
hotchoco

Reputation: 97

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

Upvotes: 1

Views: 30

Answers (1)

Marco
Marco

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

Related Questions