make notification number

0
Hi guys, Anyone know how to make logo/symbol/notification bell like this?  
asked
2 answers
1

Yes, if you mean ‘how do I get to show some datafield on an image’: in a container, place a number next to an image. The rest is done with styling: style the number to have a

.mycontainer{
  .myimage{
    border-radius: 50%;
  }
  .mynumber{
    position: absolute;
    top: 0px;
    border-radius: 50%;
    background-color: grey;
  }
}

Something like this. Tinker with this and you will probably get this done.

And learn from how it is created on this forum-application by checking the page itself.

answered
0

Hi Ikhwain,

 

                In Mendix app store, we have some widgets related to your requirement which is Database counter. Or else we can create own notification counters with some UI work. But database counter will update the change when you refresh the application. I hope it will helps you.

https://marketplace.mendix.com/link/component/17215

 

Regards,

Vijayabharathi 

answered