Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkasila/reactadsense
ReactAdsense is a component which allows you to use Google Adsense in React
https://github.com/pkasila/reactadsense
ads react
Last synced: about 2 months ago
JSON representation
ReactAdsense is a component which allows you to use Google Adsense in React
- Host: GitHub
- URL: https://github.com/pkasila/reactadsense
- Owner: pkasila
- License: mit
- Created: 2022-07-10T15:18:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T13:14:55.000Z (over 2 years ago)
- Last Synced: 2024-11-13T01:26:50.393Z (about 2 months ago)
- Topics: ads, react
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @pkasila/react-adsense
[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Commitizen Friendly][commitizen-img]][commitizen-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]> ReactAdsense is a component which allows you to use Google Adsense in React
## Install
```bash
npm install @pkasila/react-adsense
```### Ads by Google script
**Remember** to include `adsbygoogle.js`:
```html
```
## Usage
```tsx
import React from 'react';
import ReactAdsense from '@pkasila/react-katex';function SimpleAd() {
return ;
}function CustomStyles() {
return ;
}function ResponsiveNativeAds() {
return ;
}
```[build-img]:https://github.com/pkasila/ReactAdsense/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/pkasila/ReactAdsense/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/@pkasila/react-adsense
[downloads-url]:https://www.npmtrends.com/@pkasila/react-adsense
[npm-img]:https://img.shields.io/npm/v/@pkasila/react-adsense
[npm-url]:https://www.npmjs.com/package/@pkasila/react-adsense
[issues-img]:https://img.shields.io/github/issues/pkasila/ReactAdsense
[issues-url]:https://github.com/pkasila/ReactAdsense/issues
[codecov-img]:https://codecov.io/gh/pkasila/ReactAdsense/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/pkasila/ReactAdsense
[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]:https://github.com/semantic-release/semantic-release
[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]:http://commitizen.github.io/cz-cli/