ADD normal slider connected to range slider

This commit is contained in:
2025-05-23 00:20:28 +02:00
parent 318fbe84f6
commit 6bd5b517f6
3 changed files with 66 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
"@rollup/pluginutils": "5.1.4",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6",
"@types/react-slider": "^1.3.6",
"@vaadin/hilla-generator-cli": "24.7.3",
"@vaadin/hilla-generator-core": "24.7.3",
"@vaadin/hilla-generator-plugin-backbone": "24.7.3",
@@ -61,7 +62,8 @@
"react-player": "^2.16.0",
"react-range-slider-input": "^3.2.1",
"react-router": "7.5.2",
"react-router-dom": "^7.6.0"
"react-router-dom": "^7.6.0",
"react-slider": "^2.0.6"
},
"vaadin": {
"dependencies": {
@@ -155,4 +157,4 @@
"react-player": "$react-player",
"react-range-slider-input": "$react-range-slider-input"
}
}
}