shinyhelper
shinyhelper copied to clipboard
Add markdown help files to 'shiny' apps
Font Awesome is now 6.0.0 and some names have changed. Especially the one for the question circle icon that is used here by default : https://origin.fontawesome.com/icons/circle-question?s=solid Would you please update...
If a shiny app using shinyhelper is embedded in a tall iframe, the help window for shiny elements that are toward the bottom of the iframe appears offscreen. The user...
Currently shinyhelper is incompatible with the [shinymaterial](https://github.com/ericrayanderson/shinymaterial) package - it's a nice package and would be good to support. The issue is they use `open_material_modal` instead of `shiny::showModal`, and `material_modal`...
…serve_helpers.R added useTheme argument to observe_helpers added example for bulmaApp.R added Bulma.md helper file with formula (not working)
Hi, Thanks for this package, it really seems to fit what I need for my application. I have a modularized app using shinybulma for styling. The call to observe_helpers is...
Can I set an icon (or other HTML) as buttonLabel? I've tried: ``` "" ``` ``` HTML("") ``` ``` icon("check") ``` But it always ends up showing the raw HTML...
Hey, Is it possible to divide the helperfiles into multiple subdirectories? Kind regards, Rasmus
Hi, This is a hard to replicate issue but hopefully something will jump out to you: My app crashes on clicking a helper button since switching to the latest version...
Hello, I have been using `shinyhelper` for my apps and have noticed that the icon for question mark has changed name from from `question-circle` to `circle-question`. I was previously getting...
I love the package and use it often in production. I just ran into a tricky bug when starting to integrate the help system into an existing application. I had...