Skip to content

Commit e4e8fe0

Browse files
committed
main 🧊 rework use vibrate
1 parent 1cda391 commit e4e8fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useVibrate/useVibrate.demo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const Demo = () => {
55

66
return (
77
<>
8-
<h1>Vibration is <code>{vibrate.active ? 'vibrating' : 'not vibrating'}</code></h1>
98
<p>Most modern mobile devices include vibration hardware, which lets software code provides physical feedback to the user by causing the device to shake.</p>
109
<button type='button' onClick={() => vibrate.trigger()}>
1110
Vibrate

0 commit comments

Comments
 (0)