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

Card (Basic)

The cards can be used to include inputs, output results. This template comes with various themes to choose.

{{ ui_card_basic() }}

Card (with tools/badges)

You can add tool buttons, badges to any card

{{ ui_card_tools() }}

Card with "B"-Side

A card with "Back" side can be used to tune the output-specific parameters. Click on the icon to explore!

{{ ui_card2() }}

Sets of Cards

When there are simply too many cards...

{{ ui_card_set() }}

Card Badges

Use card_badge() to place a badge in the card header that can be updated dynamically at runtime from the server via set_card_badge().

{{ ui_card_badge() }}

Server-side Control

R functions that can control the cards.

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