MIT-CAVE / cave_static

A react based static web app to be used as a UI and data consumer for the CAVE app.
Apache License 2.0
0 stars 1 forks source link

Add new `num` variant for a slider with incremental steps. This will require adding another optional field to the prop. #506

Closed connor-makowski closed 3 months ago

connor-makowski commented 3 months ago

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.

connor-makowski commented 3 months ago

Tagging: https://github.com/MIT-CAVE/cave_app/pull/166 https://github.com/MIT-CAVE/cave_static/pull/510

connor-makowski commented 3 months ago

Added validation here: https://github.com/MIT-CAVE/cave_utils/commit/eee01d1c6d1472d24a647b65c3305a326598413b