interactive_panel: interactive_panel

Description Usage Arguments Details Value Note Author(s)

Description

Create an personalized panel

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
interactive_panel(
  id,
  image_href,
  icon_title,
  title,
  outputID,
  ID_shinyJS,
  text_info,
  size_title,
  size_text
)

Arguments

id

module id

image_href

url-link of an image to show in the background of your panel

icon_title

string name of the icon in the heading part

title

string of text to show in the title header

outputID

output for the action Button

ID_shinyJS

id of the body to hide and show

text_info

the string of a phrase you want to add in your panel

size_title

pixels size of your title

size_text

pixels size of your body text

Details

This function allows you to create an interactive personalized panel for your web application

Value

return a beauty panel where you can hide or show the particular body text.

Note

Use this function at the same time with the function interactive_panelOutput.

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.