GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
82 stars 15 forks source link

add Steppers #119

Closed hhaensel closed 7 months ago

hhaensel commented 7 months ago

Credits go to @AbhimanyuAryan

Unfortunately somehow I couldn't continue with the existing PR #101, so I copied everything from it and moved it to hh-stepper.

I added some docs and a fully functional example translated from the Quasar docs. I imported StippleUI.Steppers.step into StippleUI but didn't export it due to name clash with Base.step(). So either reference step() as StippleUI.step() or import it by import StippleUI.step.