gtm-react-hook
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "gtm-react-hook", | ||
"description": "Easy-to-use React hooks for Google Tag Management based on TypeScript", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "start": "webpack serve --open", |
@@ -11,2 +11,3 @@ # 📊 Easy-to-use React hooks for Google Tag Management based on TypeScript | ||
- Small bundle size | ||
- Test covered | ||
@@ -49,3 +50,3 @@ ## 🛠 Install | ||
```typescript | ||
const { runGTM, eventGTM, uninstallGTM } = useGTM(); | ||
const { runGTM, eventGTM } = useGTM(); | ||
``` | ||
@@ -52,0 +53,0 @@ |
34810
136