Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Angular
Badge — CometChat documentation.
CometChatBadge
<!--use the element--> <cometchat-badge [badgeStyle]="badgeStyle" [count]="'10'" ></cometchat-badge>
import { BadgeStyle } from '@cometchat/chat-uikit-angular'; //import the style class. //create style object badgeStyle:BadgeStyle = new BadgeStyle({ width:"36px", height:"36px", textFont:"400 13px Inter", textColor:"black" })
Was this page helpful?