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.
- Host: GitHub
- URL: https://github.com/sbstjn/gauges-react
- Owner: sbstjn
- License: mit
- Created: 2018-08-17T13:52:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T16:41:12.000Z (about 7 years ago)
- Last Synced: 2025-01-05T14:30:54.447Z (9 months ago)
- Topics: analytics, gauges, react, tracking
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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 = () => (
)
```