An open API service indexing awesome lists of open source software.

https://github.com/sbstjn/gauges-react

React Component to add Gaug.es Tracking.
https://github.com/sbstjn/gauges-react

analytics gauges react tracking

Last synced: about 1 month ago
JSON representation

React Component to add Gaug.es Tracking.

Awesome Lists containing this project

README

          

# Gaug.es Tracking for React

Basic React Component to add Tracking from [Gaug.es](https://gaug.es) application.

### Install

```bash
# Install using yarn
$ > yarn add gauges-react

# Install using npm
$ > npm install gauges-react
```

### Usage

```jsx
import Gauges from 'gauges-react'

const CustomComponent = () => (

)
```