We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1043319 commit 8c0194eCopy full SHA for 8c0194e
README.md
@@ -58,8 +58,8 @@ deno add jsr:@posaune0423/use-haptic
58
import { useHaptic } from "use-haptic";
59
60
function VibrationButton() {
61
- const { vibe } = useHaptic();
62
- return <button onClick={vibe}>Vibe</button>;
+ const { triggerHaptic } = useHaptic();
+ return <button onClick={triggerHaptic}>Feel Haptic</button>;
63
}
64
```
65
0 commit comments