akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

Badge Component #1324

Closed MirFahad58 closed 3 years ago

MirFahad58 commented 3 years ago

🚀 Feature Proposal

Badge normally appears in proximity to notifications or user avatars with eye-catching appeal, typically displaying unread messages count. I want a badge in UI kitten, It can be used for showing some number indicating some status for like an online-offline status

Motivation

I was creating an app using UI kitten I missed that component a lot but now I want to add the component by my self and/or with the help of someone from you guys thanks!

Example

Badges are small status descriptors for UI elements. A badge consists of a small circle, typically containing a number or other short set of characters, that appears in proximity to another object. Badge normally appears in proximity to notifications or user avatars with eye-catching appeal, typically displaying unread messages count.

MirFahad58 commented 3 years ago

just like https://ant.design/components/badge/

artyorsh commented 3 years ago

Duplicates #865