AdminLTE3 loading state element
When a section is still work in progress or a computation is running
bs4Loading()
Loading state can be programmatically used when a conputation is running for instance.
David Granjon, dgranjon@ymail.com
if(interactive()){ library(shiny) library(bs4Dash) shiny::shinyApp( ui = bs4DashPage( navbar = bs4DashNavbar(), sidebar = bs4DashSidebar(), controlbar = bs4DashControlbar(), footer = bs4DashFooter(), title = "test", body = bs4DashBody( title = "Callouts", bs4Card( title = "Loading State", bs4Loading() ) ) ), server = function(input, output) {} ) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.