Exoclick React
Components
Get startedInstallUse

Get started with ExoClick ads for React

exoclick-react is a library to use ExoClick's ads in React. It is designed to be easy to use and very light.

You can try each ad type right here on the component's playgrounds. To go to production, you'll need a publisher account with ExoClick. You can register here.

Install

npm install exoclick-react
yarn add exoclick-react

Use

import { Banner } from "exoclick-react";
<Banner zoneId={123} />

That's it!