diff --git a/packages/use-exit-intent/CHANGELOG.md b/packages/use-exit-intent/CHANGELOG.md new file mode 100644 index 0000000..af254b7 --- /dev/null +++ b/packages/use-exit-intent/CHANGELOG.md @@ -0,0 +1,7 @@ +# use-exit-intent + +## 1.0.1 + +### Patch Changes + +- 9427f34: add readme diff --git a/packages/use-exit-intent/README.md b/packages/use-exit-intent/README.md new file mode 100644 index 0000000..d6cce3f --- /dev/null +++ b/packages/use-exit-intent/README.md @@ -0,0 +1,64 @@ +

+ + preview + +

+ +

useExitIntent: 🐠 A React Hook to handle exit intent strategies

+ +

+ + + github url + + + + patreon url + + + + releases url + + + + license url + +

+ +> The Exit Intent strategy is a great way to increase your conversion rate. That strategy is commonly used to show a modal/popup when the user is about to leave your website. + +# 🐠 Features +- 🚀 Multiple handlers can be registred +- 🔥 Highly configurable +- 🧠 Different strategies for Desktop and Mobile +- ⛔️ Unsubscription support with cookies +- 🎉 Built with TypeScript + +# 🐠 Installation +In your terminal, run: +```bash +yarn add use-exit-intent + +# OR + +npm i use-exit-intent +``` +# 🐠 Knowledge +- [Docs](https://daltonmenezes.github.io/use-exint-intent/docs/getting-started/overview) +- [Playground](https://daltonmenezes.github.io/use-exint-intent/#playground) + + +# 🐠 Contributing +> **Note**: contributions are always welcome, but always **ask first**, — please — before work on a PR. + +That said, there's a bunch of ways you can contribute to this project, like by: + +- :beetle: Reporting a bug +- :page_facing_up: Improving this documentation +- :rotating_light: Sharing this project and recommending it to your friends +- :dollar: Supporting this project on GitHub Sponsors or Patreon +- :star2: Giving a star on this repository + +# License + +[MIT © Dalton Menezes](https://github.com/daltonmenezes/use-exit-intent/blob/main/LICENSE) diff --git a/packages/use-exit-intent/package.json b/packages/use-exit-intent/package.json index 38a9193..f186ef9 100644 --- a/packages/use-exit-intent/package.json +++ b/packages/use-exit-intent/package.json @@ -1,6 +1,6 @@ { "name": "use-exit-intent", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts",