# AdFormat

![size](https://img.shields.io/bundlephobia/min/@propellerads/ad-format.svg)
![](https://img.shields.io/npm/v/@propellerads/ad-format.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/ad-format) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/AdFormat)

## Installation
* `yarn add @propellerads/ad-format` or `npm install @propellerads/ad-format -S`

### How to use
* `import AdFormat, {SIZES, FORMATS} from '@propellerads/ad-format';`
* And render `<AdFormat name={FORMATS.INTERSTITIAL} size={SIZES.LARGE} />`
