react app store button
1.0.0
ส่วนประกอบ React ที่ช่วยให้คุณสร้าง iOS App Store หรือปุ่มดาวน์โหลด Google Play Store ปุ่มนี้:
svg ดังนั้นไม่ต้องกังวลเกี่ยวกับความละเอียดurl width และ height ที่กำหนดเอง"iosDark" , "iosLight" หรือ "android"หากคุณต้องการภาพคุณสามารถรับได้ที่นี่: iOSDark iOSLight Android
รหัสตัวอย่าง:
import MobileStoreButton from 'react-mobile-store-button' ;
////
export default class MyComponent extends React . Component {
render ( ) {
const iOSUrl = 'https://itunes.apple.com/us/app/all-of-the-lights/id959389722?mt=8' ;
return (
< div >
< MobileStoreButton
store = "ios"
url = { iOSUrl }
linkProps = { { title : 'iOS Store Button' } }
/ >
< / div >
) ;
}
}คุณจะได้รับปุ่ม dwonload iOS app store บนหน้าเว็บจะเป็นแบบนี้:

ติดตั้งโดยใช้ npm หรือ yarn
npm install --save react-mobile-store-buttongit clone https://github.com/rizzomichaelg/react-mobile-store-button.git
cd react-mobile-store-button/example
yarn && yarn startมิกซ์