Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified

App Promo

This component is used to display the Mobile App Promo to users.

How to use

import AppPromo from 'calypso/blocks/app-promo';

function render() {
    return (
        <AppPromo 
            title="this is the title"
            iconSize="32"
            campaign="your-cool-campaing"
            subheader="this is a subheader"
            className="a-cool-class"
            hasQRCode
            hasGetAppButton={ false }
            />
    );
}