mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
b2576f0e5e
This component can be used to render badges with additional information as seen in the navbar tab buttons and menu items. Here's how it can be used: ``` StatusBadge { value: 2 } ``` By default and based on value, StatusBadge will change its width. If no value is provided, it renders as badge indicator as seen in the profile tab button. Closes #15