---
title: "LocalHapticFeedback"
description: "The CompositionLocal to provide haptic feedback to the user."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val LocalHapticFeedback =
staticCompositionLocalOf<HapticFeedback> { noLocalProvidedFor("LocalHapticFeedback") }
```


The CompositionLocal to provide haptic feedback to the user.



