# react-adsense **Repository Path**: mirrors_scttcper/react-adsense ## Basic Information - **Project Name**: react-adsense - **Description**: Adsense component for react - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @ctrl/react-adsense [![npm](https://badgen.net/npm/v/@ctrl/react-adsense)](https://www.npmjs.com/package/@ctrl/react-adsense) DEMO: https://react-adsense.xmplaylist.com ### Install ```console npm install @ctrl/react-adsense ``` ### Use Use the standard AdSense code somewhere in your `` as you [normally would](https://support.google.com/adsense/answer/7477845) ```html ``` ```tsx import React from 'react'; import {Adsense} from '@ctrl/react-adsense'; // ads with no set-up // ads with custom format // responsive and native ads ```