RinteRface / shinybulma

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

Cannot place bulmaActionButton next to heading #24

Closed thothal closed 3 years ago

thothal commented 3 years ago

In bulmaActionButton the button is wrapped in a div(..., class = "control") which makes it difficult to use the actionButton for example in the same line as heading. Compare the outcome in this fiddle.

If you compare shiny::actionButton to bulmaActionButton you will see that the former uses just the button element without a parent div.

Hence, I'd propose to make add another parameter to shinyActionButton to make the additional div optional.