You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi, Bulma comes without any javascript meaning that you can integrate any available JS tool. Fortunately, the community already built some bulma JS helpers.
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?
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?The text was updated successfully, but these errors were encountered: