inst/shiny/nwm_explore/ui.R

ui <- (
  fluidPage(
    titlePanel('NWM v2.0 Reanalysis: Explorer'),
    tags$style(type = "text/css", "#map {height: calc(100vh - 80px) !important;}"),
    leafletOutput('map')
  )
)
mikejohnson51/nwmHistoric documentation built on July 25, 2022, 5:11 p.m.