layout
ui.layout_sidebar
ui.layout_sidebar(sidebar, *args,
fillable=True, fill=True, bg=None, fg=None, border=None, border_radius=None, border_color=None, gap=None, padding=None, height=None, **kwargs)
Sidebar layout
Create a sidebar layout component which can be dropped inside any Shiny UI page method (e.g. page_fillable) or card context.
ui.sidebar
ui.sidebar(*args, position='left', open=None, width=250, id=None, title=None, bg=None, fg=None, class_=None, max_height_mobile=None, gap=None, padding=None, **kwargs)
Sidebar element
Create a collapsing sidebar layout by providing a sidebar()
object to the sidebar=
argument of:
- layout_sidebar
- Creates a sidebar layout component which can be dropped inside any Shiny UI page method (e.g. page_fillable) or card context.
- navset_bar, navset_card_tab, and navset_card_pill
- Creates a multi page/tab UI with a singular
sidebar()
(which is shown on every page/tab).
- Creates a multi page/tab UI with a singular