flip_box: flip_box

View source: R/flip_box.R

flip_boxR Documentation

flip_box

Description

ui for the flip_box - based off of shinydashboardplus::flipBox

Usage

flip_box(
  id,
  front_content = htmltools::h1("Hi From the Front"),
  back_content = tags$div(style = "background-color: #FFF; height: 380px;",
    back_content)
)

Arguments

id

the flipbox id

front_content

ui for the front of the flip box

back_content

ui for the back of the flip box

Warning

this function is experimental.

References

https://rinterface.github.io/shinydashboardPlus/reference/flipBox.html

See Also

Other flip_box functions: flip_button_back(), flip_button_front()


Tychobra/tychobratools documentation built on April 12, 2022, 12:29 a.m.