RinteRface / shinybulma

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

Add possibility to not wrap bulmaActionButton #25

Closed thothal closed 3 years ago

thothal commented 3 years ago

The actionButton is wrapped by default in a div(.., class = "control") element. In this commit we add a new optional parameter to skip this. In this way we can place the button next to a heading and mimic more the original actionButton.

Closes #24.