1.1.0 • Published 5 years ago
react-app-badge v1.1.0
Installation
To install this package, you can use npm:
npm install react-app-badge --saveUsage
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. |