Skip to contents

A module for creating a custom header for the GMH Leasing Dashboard.

Usage

app_header_ui(id, title = "GMH Leasing Dashboard", ...)

app_header_server(id, app_globals = NULL)

Arguments

id

The module id

title

The title of the dashboard

Value

  • app_header_ui(): An htmltools::tagList() of the header UI elements

  • app_header_server(): List of reactive expressions for the header

Details

The module includes both the UI and server functions for the header:

  • app_header_ui(): The UI function for the header

  • app_header_server(): The server function for the header

The header will include the following elements:

  • GMH Communities logo

  • Dashboard title

  • About button

  • Refresh button

  • Contact Us dropdown menu

  • User Menu dropdown menu