JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

add 'direction' kwargs to rangeslider (#174) #175

Closed ujimushi closed 1 year ago

ujimushi commented 1 year ago

add direction keyword's support to rangeslider widgets See #174

piever commented 1 year ago

Thank you for the PR! I've changed the wording a little bit but it looks good to me!

Could you also replace the function signature in the docstring here so that it includes all keyword arguments? It's not so many and otherwise it's a bit odd to mention keyword arguments that are not listed in the signature.