RinteRface / shinybulma

🌐 Bulma.io for Shiny
https://rinterface.github.io/shinybulma/
Other
111 stars 15 forks source link

bulmaSteps callbacks to move to the next step? #14

Open OmaymaS opened 5 years ago

OmaymaS commented 5 years ago

Hi, I was wondering about how an action (like pressing a button or sth) could trigger a change on bulmaStepItem(). For instance if a user completed step one and pressed next, what should I use to change the color or the status (active/inactive). Are there callbacks or a simple method in the packaage, or should I write javascript code?

step1 step2

DivadNojnarg commented 4 years ago

Hi, Bulma comes without any javascript meaning that you can integrate any available JS tool. Fortunately, the community already built some bulma JS helpers.

danielruc91 commented 2 years ago

Hi, would you please provide an example to update from picture 1 to picture 2?

Because the package has shiny in its name, I am assuming that it is for r users. Is there is a way in r to move from step1 to step2? Or do I call renderUI each time the stage is changed?