react-adsense

1,472 阅读1分钟
原文链接: github.com

react-adsense is a React-component for Google AdSense / Baidu advertisement.

Build Status npm npm npm demo

1. Install

npm install react-adsense

Before use Google AdSense, you should add the script at the end of HTML.

2. Usage

import React from 'react';
import AdSense from 'react-adsense';



// or

3. TODO

  • Baidu advertisement supported.
  • Google sync adsense supported.

4. LICENSE

MIT