You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useElementBounding: Reactive bounding box of an HTML element.
useElementVisibility: Tracks the visibility of an element within the viewport.
useMouseInElement: Reactive mouse position related to an element.
useWindowScroll: Reactive window scroll.
Browser
useBreakpoints: Reactive viewport breakpoints.
useBrowserLocation: Reactive browser location.
useClipboard: Reactive Clipboard API.
useFullscreen: Reactive Fullscreen API.
useImage: Reactive load an image in the browser, you can wait the result to display it or show a fallback.
useUrlSearchParams: Reactive URLSearchParams.
Behavior:
onClickOutside: Listen for clicks outside of an element. Useful for modal or dropdown.
useGeolocation: Reactive Geolocation API.
useInfiniteScroll: Infinite scrolling of the element.
useMouse: Reactive mouse position.
useOnline: Reactive online state. A wrapper of useNetwork.
useFetch: Reactive Fetch API provides the ability to abort requests, intercept requests before they are fired, automatically refetch requests when the url changes, and create your own useFetchwith predefined options.
useNow: Reactive current Date instance.
useIntervalFn: Wrapper for setInterval with controls.
useRafFn: Call function on every requestAnimationFrame. With controls of pausing and resuming.
useTimestamp: Reactive current timestamp.
Utils:
useVModel: Shorthand for v-model binding, props + emit -> ref.
useDateFormat: Get the formatted date according to the string of tokens passed in, inspired by dayjs.
Elements:
Browser
Behavior:
Utils:
The text was updated successfully, but these errors were encountered: