ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

feature request, load function #145

Closed fernandoroa closed 1 year ago

fernandoroa commented 1 year ago

I was unable to run an example using box / rhino (library() does not work)

https://ebailey78.github.io/shinyBS/docs/Alerts.html

Can you provide something analogous to useShinyjs, or some procedure that avoids using library(shinyBS), or some workaround that allows using rhino.

Failing repository example:

https://github.com/fernandoroa/rhinoshinyBS.git

git clone https://github.com/fernandoroa/rhinoshinyBS.git

Relevant files: app.R app/main.R

fernandoroa commented 1 year ago

Solution in repo