Components
Badge
Our Badge component renders a “badge” that can accept either an Int
count or a
String
label. This is utilized in the MessageList component serving
as the date separators, in the ChatList component to show unread counts,
and in the ChannelSettingsView
for displaying admins.
There are a few overload methods for this component dependent on your usage and level of customization needed.
For a more detailed API definition, check out the API docs here.
Was this page helpful?