Box1UI: Box1 UI module

Description Usage Arguments Details Value Author(s)

View source: R/Box1.R

Description

Shiny UI Module for use with Box1

Usage

1
2
3
4
5
Box1UI(id, run.box.title = "title", run.box.color = "warning",
  button.label = "Calculate", button.icon = shiny::icon("refresh"),
  button.style = "unite", button.color = "primary",
  button.size = "sm", description.box.title = "Description",
  description.box.color = "primary", path.html.document = NULL)

Arguments

id

Shiny id

run.box.title

header title of the run box

run.box.color

run box outline color

button.label

run button label

button.icon

run button icon

button.style

run button style refer actionBttn

button.color

run button color refer actionBttn

button.size

run button size refer actionBttn

description.box.title

description box header title

description.box.color

description box color

path.html.document

path for html document of the description

Details

Call via Box1UI("your_id")

Value

Shiny UI

Author(s)

Revanth Nemani, raynemani@gmail.com


RevanthNemani/riskProbeShiny documentation built on Feb. 8, 2020, 8:58 a.m.