1.1.1 • Published 4 years ago

react-colombia-ads v1.1.1

Weekly downloads
133
License
MIT
Repository
github
Last release
4 years ago

react-colombia-ads

A react component for embedding colombia ads

NPM JavaScript Style Guide

Install

npm install --save react-colombia-ads

Usage

import React, { Component } from 'react'

import { ColumbiaAd } from 'react-colombia-ads'
import 'react-colombia-ads/dist/index.css'

class Example extends Component {
  render() {
    const colombiaAdStyle = {
      minHeight: '2px',
      width: '100%'
    }
    return (
      <ColombiaAd
        mobileSlotId='<mobile id>'
        desktopSlotId='<desktop id>'
        style={colombiaAdStyle}
        section='ArticleShow'
      />
    )
  }
}

License

MIT © sharangj