Description Usage Arguments Examples
Build a shinymaterial page.
1 2 3 |
... |
The UI elements to place in the page. |
enable_footer |
Whether to display the footer or not. TRUE by default. |
navbar |
Slot for material_navbar. |
footer |
Slot for material_footer. |
background_color |
Page background color. Leave blank for the default color. Visit http://materializecss.com/color.html for a list of available colors. |
include_fonts |
Boolean. Should the material font files be included? (This will place the font sources in a directory 'www', at the same location as the app code.) |
1 2 3 4 5 6 7 | material_page(
material_navbar(
)
background_color = "blue lighten-4",
shiny::tags$h1("Page Content")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.