| flip_box | R Documentation |
ui for the flip_box - based off of shinydashboardplus::flipBox
flip_box(
id,
front_content = htmltools::h1("Hi From the Front"),
back_content = tags$div(style = "background-color: #FFF; height: 380px;",
back_content)
)
id |
the flipbox id |
front_content |
ui for the front of the flip box |
back_content |
ui for the back of the flip box |
this function is experimental.
https://rinterface.github.io/shinydashboardPlus/reference/flipBox.html
Other flip_box functions:
flip_button_back(),
flip_button_front()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.