chakraExample {shinyChakraUI}R Documentation

Run a Chakra example

Description

A function to run examples of Shiny apps with Chakra components.

Usage

chakraExample(example, display.mode = "showcase", ...)

Arguments

example

example name

display.mode

the display mode to use when running the example; see runApp

...

arguments passed to runApp

Value

No return value, just launches a Shiny app.

Examples

if(interactive()){
  chakraExample("Menu")
}

[Package shinyChakraUI version 1.1.1 Index]