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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,13 @@ Please check the [documentation](https://microcipcip.github.io/vue-use-kit/) to
19
19
## APIs
20
20
21
21
- Sensors
22
+
-[`useHover`](./src/components/useHover/stories/useHover.md)— tracks mouse hover state of a given element. [](https://microcipcip.github.io/vue-use-kit/?path=/story/sensors-usemedia--basic-demo)
22
23
-[`useMedia`](./src/components/useMedia/stories/useMedia.md)— tracks state of a CSS media query. [](https://microcipcip.github.io/vue-use-kit/?path=/story/sensors-usemedia--basic-demo)
23
24
-[`useMouse`](./src/components/useMouse/stories/useMouse.md)— tracks the mouse's position. [](https://microcipcip.github.io/vue-use-kit/?path=/story/sensors-usemouse--demo)
24
25
-[`useMouseElement`](./src/components/useMouseElement/stories/useMouseElement.md)— tracks the mouse's position relative to given element. [](https://microcipcip.github.io/vue-use-kit/?path=/story/sensors-usemouseelement--demo)
25
26
- Animations
26
-
-[`useTimeoutFn`](./src/components/useTimeoutFn/stories/useTimeoutFn.md)— calls function after a timeout. [](https://microcipcip.github.io/vue-use-kit/?path=/story/animations-usetimeoutfn--demo)
27
+
-[`useTimeout`](./src/components/useTimeout/stories/useTimeout.md)— returns `isReady` prop as `true` when timer is completed. [](https://microcipcip.github.io/vue-use-kit/?path=/story/animations-usetimeout--demo)
28
+
-[`useTimeoutFn`](./src/components/useTimeoutFn/stories/useTimeoutFn.md)— calls function when timer is completed. [](https://microcipcip.github.io/vue-use-kit/?path=/story/animations-usetimeoutfn--demo)
27
29
- Utils
28
30
-[`getQuery`](./src/components/getQuery/stories/getQuery.md)— get a CSS media query string. [](https://microcipcip.github.io/vue-use-kit/?path=/story/utils-getquery--demo)
0 commit comments