PlutoUI.jl icon indicating copy to clipboard operation
PlutoUI.jl copied to clipboard

Slider that displays the lower and upper bound

Open fonsp opened this issue 5 years ago • 2 comments

fonsp avatar May 17 '20 00:05 fonsp

hey @fonsp I think I've got the slider mostly working but I am not able to bind the slider values to a Julia variable. How exactly does the bind macro work?

jin-park avatar Oct 19 '20 15:10 jin-park

Have a look at the rectangle drawing widget in the Interactivity sample notebook :)

You probably want to wrap what you made in a <div>, and set the value of that div

fonsp avatar Oct 20 '20 08:10 fonsp