Create a branch 2.3.0-dev-incremental-slider for both cave_static and cave_app. Then add the new prop api structure to the cave_app examples general_props_all.py and kitchen_sink.py. Then in cave_static create the necessary code to make this prop possible matching our general code style and structure.
Make sure the UI/UX is consistent with the rest of the cave app (esp the slider and step sliders)
Make sure the component works well with both touch and pointer input.
You can simulate touch input by inspecting the chrome page and selecting the tablet/phone view option with a large responsive screen.
Create a branch
2.3.0-dev-incremental-slider
for bothcave_static
andcave_app
. Then add the new prop api structure to the cave_app examplesgeneral_props_all.py
andkitchen_sink.py
. Then incave_static
create the necessary code to make this prop possible matching our general code style and structure.