Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

react-colombia-ads

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-colombia-ads

A react component for embedding colombia ads

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 15 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts