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 bs4DashSidebar() input binding to indicate the state (collapse: FALSE, open: TRUE) as well as updatebs4Sidebar() to programmatically toggle its state
add bs4Controlbar() input binding to indicate the state (collapse: FALSE, open: TRUE) as well as updatebs4Controlbar() to programmatically toggle its state
add bs4Card() input binding to indicate the state (collapse: FALSE, open: TRUE, maximize, closed, ...) as well as updatebs4Card() to programmatically toggle its state
add bs4InsertTab() to programmatically insert bs4TabPanel() in bs4TabSetPanel()
add bs4RemoveTab() to programmatically remove bs4TabPanel() in bs4TabSetPanel()
New features
bs4DashPage() has a new sidebar_mini parameter. When TRUE, the sidebar has a minimum
width when collapsed (you still see icons). When false, it behaves like in shinydashboard
bs4InfoBox() can now navigate between tabs if the tabName parameter is specified. It must however correspond
to an existing bs4TabItem() in the body!
bs4ValueBox() has a footer argument. It is different from the href parameter. Thanks @stefanfritsch
add expand_on_hover parameter to bs4DashSidebar()
add compact parameters to bs4DashNavbar() to reduce the navbar size
add getAdminLTEColors() to preview all available color themes
by default, bs4DashSidebar() has a fixed layout. This prevent from not seeing sidebar items
if the body contains too many elements
bs4DashPage() has options to change the bs4Controlbar() behavior when it expands (see controlbar_overlay)
bs4SidebarMenu() has 3 new parameters: flat (design effect), child_indent and compact
add sidebar in bs4Card()
add bs4UserMenu() for bs4DashNavbar()
add bs4Ribbon(), a sort of enhanced label for cards or any content
add bs4Quote(), an improved blockquote tag for Bootstrap 4