bs4Dash (version 0.5.0)

bs4Loading: AdminLTE3 loading state element

Description

When a section is still work in progress or a computation is running

Usage

bs4Loading()

Arguments

Examples

Run this code
# NOT RUN {
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) {}
 )
}

# }

Run the code above in your browser using DataLab