Skip to content

Commit f67740f

Browse files
authored
docs: use bullet list in useHover
1 parent 28fb47c commit f67740f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/useHover.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
React UI sensor hooks that track if some element is being hovered
44
by a mouse.
55

6-
`useHover` accepts a React element or a function that returns one,
6+
- `useHover` accepts a React element or a function that returns one,
77
`useHoverDirty` accepts React ref.
8-
9-
`useHover` sets react `onMouseEnter` and `onMouseLeave` events,
8+
- `useHover` sets react `onMouseEnter` and `onMouseLeave` events,
109
`useHoverDirty` sets DOM `onmouseover` and `onmouseout` events.
1110

1211

0 commit comments

Comments
 (0)