Installation
To install this package, you can use npm:
npm install react-app-badge --save
Usage
import AppBadge from 'react-app-badge'
<AppBar
version="google"
height="50"
url=""
/>
Properties
Property | Type | Description |
---|---|---|
version | string |
"amazon" "google" "ios" "spotify" "windows" |
height | string |
Specify the height of the badge in pixels, will default to 50 . |
width | string |
Specify the width of the badge in pixels. |
url | string |
URL to link to when badge is clicked. |