File size: 393 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# App Promo
This component is used to display the Mobile App Promo to users.
## How to use
```js
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 }
/>
);
}
```
|