New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-appstore-button

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-appstore-button

An react component which allows you to place an App Store Download button in few seconds

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

react-appstore-button

version: 0.0.9

What is this?

An React component which allows you to create an AppStore Download Button in a few seconds. This button:

  • Using vector format, svg file , so don't worry about the resolution
  • Can specify your App Store button with customised url, width and height

Usage

Example Code:

import AppStoreButton from 'react-appstore-button';

////

export default (props) => {

	return (

	<AppStoreButton 
          url="https://itunes.apple.com/us/app/my-nbn/id1247260936?mt=8"
          width=165
          height=40
        ></AppStoreButton>
	
	);
}

You will get an AppStore dwonload button on Web page looks like this:

http://www.arkilis.me/wp-content/uploads/2017/08/neal-react-Declarative-landing-pages-for-react.js-2017-08-03-09-14-19.png

Install

install using npm

npm install --save react-appstore-button

Suppport & Feedback

If you have any suggestion on this, any Pull request is welcome, raise an issue on github https://github.com/arkilis/react-AppStore-Button

My email address: arkilis@gmail.com.

License

MIT

Keywords

AppStore

FAQs

Package last updated on 02 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts