ijlyttle / bsplus

Shiny and R Markdown addons to Bootstrap 3
http://ijlyttle.github.io/bsplus/
Other
146 stars 23 forks source link

collapsible shinyInputs #32

Open ijlyttle opened 7 years ago

ijlyttle commented 7 years ago

It could be useful to be able to collapse shiny Inputs - the thought is that we would have a

shinyInput_embed_collapse(tag)

This would take a shinyInput and return a modified copy of the shinyInput.

The modifications would:

ijlyttle commented 7 years ago

How does this survive a shiny update? (same with label_embed)

ijlyttle commented 7 years ago

consider argument for initial state (expanded/collapsed)

ijlyttle commented 7 years ago

consider left-to-right bias (also for label_embed())