{{ shidashi::include_view("header.html") }}

Notification

The notification system supports flexible configurations. Try ?show_notification for more details.

{{ ui_notification() }}

Progress Bar

Besides native shiny progress bars, we have the new progressOutput allowing your progress bar to be at any desired location.

{{ ui_progress() }}

Info box

The info box can be used to display statistical snippets, track task progress, or show simple documentations.

{{ ui_info_box_basic() }}

Info box (advanced)

{{ ui_info_box_advanced() }}

Flip box

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.

{{ ui_flip_box() }}

The flip box can be used within card body, with card_tool(widget="flip")

{{ ui_flip_card() }}

Accordion

{{ ui_accordion() }}

New Features (v0.3)

Drawer, header control, URL opener, current module info, and resize handles.

{{ ui_new_features() }}

{{ shidashi::module_drawer() }} {{ shidashi::back_top_button("rocket") }} {{ shidashi::include_view("footer.html") }}