find_banner: FIND Banner

View source: R/corp_design.R

find_bannerR Documentation

FIND Banner

Description

FIND Banner

Usage

find_banner(title, extra_html = NULL)

Examples


page_title <- "Test Directory"
extra_html <- '<p>This fully searchable directory currently lists all 
                 commercially available immunoassays and molecular tests
               </p>'

ui <- find_dashboard_page(
 banner = find_banner(page_title, extra_html = extra_html),
 variants_ui("variants")
)

ui <- find_dashboard_page(
 title = "Test directory"
 variants_ui("variants")
)

finddx/shinyfind documentation built on May 28, 2024, 8:37 p.m.