bonsai-rx / gui

Bonsai Library for composing user interfaces and real-time graphs
http://bonsai-rx.org/gui/
MIT License
0 stars 2 forks source link

Add slider control #11

Closed glopesdev closed 8 months ago

glopesdev commented 8 months ago

This PR adds support for a flexible Slider control. Notifications are sent every time the value of the slider changes, and two-way binding is supported both for range properties and the value property, which allows the slider to be dynamically reconfigured at runtime.