Skip to contents

get_nav_panel_title() generates a navigation panel title that includes an icon and a text label displayed below it.

Usage

get_nav_panel_title(text, icon)

Arguments

text

A character string representing the title text.

icon

A character string specifying the name of the icon from FontAwesome.

Value

A shiny::span element containing the icon and text.

Examples

get_nav_panel_title("Education", "book-open")
#> Error in get_nav_panel_title("Education", "book-open"): could not find function "get_nav_panel_title"