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


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


<h2 id="hovered-value">hovered</h2>

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


```kotlin
@ExperimentalFoundationStyleApi
fun StyleScope.hovered(value: Style)
```


Defines a `Style` to be applied when the component is hovered. The properties within the provided
`value` Style will override or merge with the base style of the component when a hover
interaction is detected.

#### Parameters

| | |
| --- | --- |
| value | The `Style` to apply on hover. |