Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-app-badge

juliandeange2MIT1.1.0

Component provides clickable app badges to the URL specified

readme

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

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.