You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an 'AMLR standard' wrapper around shinydashboard::box() for use in AMLR shiny apps. Basically, a function that is a call to shinydashboard::box(), with defaults.
This will likely make the following the default: box(title = "todo", status = "warning", solidHeader = FALSE, width = ##, collapsible = TRUE)
The text was updated successfully, but these errors were encountered:
Add an 'AMLR standard' wrapper around
shinydashboard::box()
for use in AMLR shiny apps. Basically, a function that is a call toshinydashboard::box()
, with defaults.This will likely make the following the default:
box(title = "todo", status = "warning", solidHeader = FALSE, width = ##, collapsible = TRUE)
The text was updated successfully, but these errors were encountered: