bigPage: Page

View source: R/page.R

bigPageR Documentation

Page

Description

Main application page.

Usage

bigPage(
  ...,
  sidebar = htmltools::tagList(),
  settings = htmltools::tagList(),
  settings_position = c("right", "left"),
  title = "BigOmics",
  navbar = NULL,
  lang = NULL,
  theme = big_theme()
)

Arguments

...

Content of the application.

sidebar

Sidebar content as returned by sidebar.

settings

Settings drawer.

settings_position

Position of the settings bar.

title

Title of the application.

navbar

Navbar.

lang

Language for meta tag.

theme

Theme, passed to theme, defaults to big_theme() which returns an object of class bs_theme. Can be changed but must be a n object of the same class as returned by bslib::bs_theme() for Bootstrap 5.


bigomics/bigdash documentation built on Sept. 14, 2024, 4:38 a.m.