Build a shinymaterial footer
1 2 | material_navbar(title = "", nav_bar_fixed = FALSE,
nav_bar_color = NULL, font_color = NULL)
|
title |
String. The title of the page. |
nav_bar_fixed |
Boolean. Should the nav bar remain fixed on the screen? |
nav_bar_color |
Color of the nav bar. Leave blank for the default color. Visit http://materializecss.com/color.html for a list of available colors. @param font_color String. The title font color. Leave blank for the default color. Visit http://materializecss.com/color.html for a list of available colors. Title color requires using word forms of colors (e.g. "deep-purple"). Also, lighten or darken effects do not work on title colors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.