box {shinypanels} | R Documentation |
Box like component
Description
Box like component
Usage
box(..., title = NULL, collapsed = TRUE, color = "")
Arguments
... |
html list contents for the panel |
title |
title for the box |
collapsed |
defines initial state |
color |
color name as defined in custom css |
Value
None
Examples
box()
[Package shinypanels version 0.5.0 Index]