reading-tracker
v1.0.6
Published
-Added a db to save user operation done while visiting website -You will be able to know on which pages users have stayed for more time and less time -More cheap than available alternatives
Downloads
17
Readme
Using this package you can able to get device details
GOAL
-Added a db to save user operation done while visiting website
-You will be able to know on which pages users have stayed for more time and less time
-More cheap than available alternatives USAGE
Import Like below example
import {ReadingTracker} from "reading-tracker/lib/screenTracker"
import getDeviceDetails from "reading-tracker/lib/getDeviceDetails"
const domVal = document.getElementById("#Speakers")
const tracker = new ReadingTracker(domVal);
for user Device Details
*Call this function getDeviceDetails()Cursor Tooltip
On hovering on element wrapped with cursor tooltip , it show tooltip on hoveringExample
``` js
<CursorTooltip tooltip={"HI Am ToolTip"}>
<button> click me </button>
<InfoIcon className="pl-3 align-text-top" />
</CursorTooltip>
```