Skip to content

Commit 49e9649

Browse files
authored
docs: add linke to <WindowWidthSensor>
1 parent 8b5f68b commit 49e9649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/Sensors.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ For example, the below `<div>` will be re-rendered every time mouse position cha
3535
- [`<ViewportScrollSensor>`](./ViewportSensor.md#viewportscrollsensor) and [`<ViewportObserverSensor>`](./ViewportSensor.md#viewportobserversensor)
3636
- [`<WindowScrollSensor>`](./WindowScrollSensor.md) &mdash; tracks window scroll position.
3737
- [`<WindowSizeSensor>`](./WindowSizeSensor.md) &mdash; tracks window size.
38+
- [`<WindowWidthSensor>`](./WindowWidthSensor.md) &mdash; tracks window width.
3839

3940
Most sensors have also corresponding HOC and class decorator that provide the same functionality.
4041
For example, [`<NetworkSensor>`](./NetworkSensor.md) render prop component has a corresponding [`withNetowrk()`](./NetworkSensor.md#withnetwork-hoc) HOC and

0 commit comments

Comments
 (0)