There was an error while loading. Please reload this page.
2 parents 06afdf7 + 7a2fc18 commit 0534648Copy full SHA for 0534648
1 file changed
docs/useSlider.md
@@ -15,7 +15,7 @@ const Demo = () => {
15
<div>
16
<div ref={ref} style={{ position: 'relative' }}>
17
<p style={{ textAlign: 'center', color: isSliding ? 'red' : 'green' }}>
18
- {Math.round(state.value * 100)}%
+ {Math.round(value * 100)}%
19
</p>
20
<div style={{ position: 'absolute', left: pos }}>🎚</div>
21
</div>
0 commit comments