I am looking to create a circular notification popup with the text "User Management". The popup should appear on top of the "User Management" text like a notification. Can anyone provide guidance on how to achieve this? Any help would be greatly appreciated.
main.html
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">User Management
<span>
<button class="btn btn-primary btn-circle" type="button">
<span class="badge">{{userList.length}}</span> Access Request
</button>
</span>
</h1>
</div>
</div>