collapsibleUI: collapsibleUI

View source: R/utils_collapsible.R

collapsibleUIR Documentation

collapsibleUI

Description

A shiny module to get a div collapsed by clicking on a link.

Usage

collapsibleUI(id, label, .hidden = TRUE, ..., class = NULL)

collapsible(id)

Arguments

id

character. An ID string that corresponds with the ID used to call the module's UI function.

label

character. A label appearing on the clickable link.

.hidden

logical. A flag to make the UI display as collapsed or not.

...

shiny UI elements. Any UI element displayed as core content.

class

character. CSS class to apply to ... .

Functions

  • collapsible: Server part for collapsible widget module.


earnaud/MetaShARK-v2 documentation built on Sept. 21, 2022, 10:52 a.m.