1.1.0 • Published 4 years ago

react-app-badge v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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=""
/>

Google Logo

Properties

PropertyTypeDescription
versionstring"amazon" "google" "ios" "spotify" "windows"
heightstringSpecify the height of the badge in pixels, will default to 50.
widthstringSpecify the width of the badge in pixels.
urlstringURL to link to when badge is clicked.