quickList: A quick list container

Description Usage Arguments Author(s) Examples

View source: R/useful-items.R

Description

A quick list container

Usage

1

Arguments

...

slot for quickListItem

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
if (interactive()) {
 library(shiny)
 library(gentelellaShiny)
 shinyApp(
  ui = gentelellaPageCustom(
   gentelellaBody(
    box(
     width = 4,
     title = "Quick Lists",
     quickList(
      quickListItem(icon = icon("calendar-o"), name = "Settings"),
      quickListItem(icon = icon("bars"), name = "Subscription")
     )
    )
   )
  ),
  server = function(input, output, session) {}
 )
}

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