tileCountRow: tileCountRow

Description Usage Arguments Author(s) Examples

View source: R/useful-items.R

Description

tileCountRow

Usage

1

Arguments

...

tileCountElements

Author(s)

Mark Edmondson, m@sunholo.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
if (interactive()) {
 library(shiny)
 library(gentelellaShiny)
 shinyApp(
  ui = gentelellaPageCustom(
   gentelellaBody(
    tileCountRow(
      lapply(1:4, tileCountElement)
    )
   )
  ),
  server <- function(input, output) {}
 )
}

MarkEdmondson1234/gentelellaShiny documentation built on Dec. 31, 2019, 1:24 a.m.