Skip to content

Commit

Permalink
function signature updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ujimushi committed Mar 18, 2023
1 parent d63d0c8 commit 4da4160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/slider.jl
Expand Up @@ -74,7 +74,9 @@ end
```
function rangeslider(vals::AbstractArray;
value=medianelement(vals),
label=nothing, readout=true, kwargs...)
label=nothing, readout=true,
orientation="horizontal",
direction="ltr", kwargs...)
```
Creates a slider widget which can take on the values in `vals` and accepts several "handles".
Expand Down

0 comments on commit 4da4160

Please sign in to comment.