{{ shidashi::include_view("header.html") }}
The notification system supports flexible configurations.
Try ?show_notification for more details.
Besides native shiny progress bars, we have the new progressOutput
allowing your progress bar to be at any desired location.
The info box can be used to display statistical snippets, track task progress, or show simple documentations.
Flip box provides a box that has two sides. There are three ways to trigger the flip box:
active_on="click": the boxes flip when clicking both the front side and the back side.active_on="click-front": the boxes flip only when clicking the front side and you have to manually flip them back by calling flip("widget id") in R.active_on="manual": the boxes flip manually via flip("widget id") in R.Here are examples of flip-boxes containing info-boxes.
The flip box can be used within card body, with card_tool(widget="flip")
Drawer, header control, URL opener, current module info, and resize handles.