Docs
/
detections

Detections

Client-side detections for various user and browser information. Perfect for personalisation, analytics or debugging weird and wonderful bugs. You will need to add a listeners for reactivity.

detectScrollPosition

Link Copied!

Detect the current scroll position of the window

detectMousePosition

Link Copied!

Detect the absolute mouse position with the page

Don't forget to add a mousemove event listener to the window

detectRelativeMousePosition

Link Copied!

Detect the relative mouse position with the window size and returns a percentage value

Don't forget to add a mousemove event listener to the window

detectWindowSize

Link Copied!

Detect the browser's window size

detectScreenSize

Link Copied!

Detect the screen or monitor size

detectActiveBrowser

Link Copied!

Detect if the browser window is currently active or hidden.

detectColorScheme

Link Copied!

Detect the current color scheme (Light or Dark)

detectUserTimezone

Link Copied!

Detect the current user's Timezone

detectBreakpoint

Link Copied!

Detect the current breakpoint based on Tailwind CSS breakpoints

Add a listener to the window resize event to detect changes

detectContainerBreakpoint

Link Copied!

Detect any container breakpoint based on Tailwind CSS breakpoints

Add a listener to the window resize event to detect changes

detectNetworkStatus

Link Copied!

Detect the current network status of the user (Online or Offline)

detectUrl

Link Copied!

Returns the current URL

detectUrlPath

Link Copied!

Returns the path of the current URL as an array or string

detectUrlParams

Link Copied!

Returns a value from the URL by name

detectUrlHash

Link Copied!

Returns a value from the URL hash by name

detectHost

Link Copied!

Returns the current host or domain name from the URL

detectHostName

Link Copied!

Returns the current hostname from the URL

detectPort

Link Copied!

Returns the current port