nasa-jpl / react-stellar

A React implementation of the Stellar design system for spacecraft operations tools
https://nasa-jpl.github.io/react-stellar/
Apache License 2.0
10 stars 2 forks source link

Slider #42

Closed AaronPlave closed 1 year ago

AaronPlave commented 1 year ago

Implements the Slider component based off the Radix Slider component. One special note here is that the Slider must be controlled by the parent state in order for the text inputs to function. The only way to have this component function uncontrolled is to set showInputs to false.

image