Creates a Material UI page without using CssBaseline, so you can use regular Shiny inputs or shiny.router.
Usage
muiMaterialPage(
...,
materialSymbols = FALSE,
addFontRoboto = FALSE,
suppressBootstrap = TRUE,
debugReact = FALSE
)Arguments
- ...
The contents of the document body.
- materialSymbols
List of Material Symbols to add with Google Font API, ex: c("home", "settings").
- addFontRoboto
Whether to add Roboto font with Google Font API.
- suppressBootstrap
Whether to suppress Bootstrap.
- debugReact
Whether to enable react debug mode. Default to FALSE.
