diff --git a/site/src/content/docs/reference/volume-slider.mdx b/site/src/content/docs/reference/volume-slider.mdx index 13395bba..c151264d 100644 --- a/site/src/content/docs/reference/volume-slider.mdx +++ b/site/src/content/docs/reference/volume-slider.mdx @@ -70,6 +70,10 @@ Renders with `role="slider"` and automatic `aria-label` of "Volume". Override wi - Home: set volume to 0 - End: set volume to max +Scroll wheel support: + +- **Mouse wheel / trackpad scroll**: adjusts volume by `wheelStep` increment (default `5`) + ## Examples Nest sub-components for full control over the slider's DOM structure. This example includes a track, fill bar, draggable thumb, and a tooltip that shows the volume percentage on hover.