@logo-rn/logo-badge
v0.1.0
Published
<LogoBadge/> is used to communicate a numerical value or indicate the status of an item to the user.
Readme
@logo-rn/logo-badge
is used to communicate a numerical value or indicate the status of an item to the user.
Installation
Install the component:
npm i @logo-rn/logo-badge -sUsage
Once installed, import the component in your application:
import {LogoBadge} from '@logo-rn/logo-badge'; <LogoBadge label={"9"} />