ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

Examples on github.io not visible #99

Open jsanjak opened 6 years ago

jsanjak commented 6 years ago

None of the app examples or visuals work. For example, I get 404 error at https://ebailey78.shinyapps.io/Collapses

royfrancis commented 5 years ago

None of the links worked for me too. But, iIf you have shinyBS installed, then you can run any of the below in R to see examples:

bsExample("Alerts")
bsExample("Buttons")
bsExample("Collapses")
bsExample("Alerts")
bsExample("Tooltips and Popovers")
bsExample("Modals")