Shiny Resume Navigation Bar
shiny_resume_navbar.Rd
Produce a navigation bar for a shiny resume
Usage
shiny_resume_navbar(
refs = c(a = "A"),
image = "img/profile.jpg",
color = "#bd5d38"
)
Arguments
- refs
Named list with names being IDs and elements being text displayed.
- image
Image to place in navbar
- color
Color of the sidebar
Value
HTML via htmltools::tagList()