R/UI_infotext.R

Defines functions infotext

infotext <- function(...){
  tags$div(
    class = "infotext bodysmall",
    tags$span(style = "margin-top: auto; margin-bottom: auto;",
      ...)
    )
}
sustainablefarms/farm_biodiversity_app documentation built on Sept. 13, 2023, 9:28 p.m.