UI Functions

modGalleryUI(id)

gallery_card(
  ...,
  title = NULL,
  info = NULL,
  tools = NULL,
  footer = NULL,
  class = NULL,
  full_screen = FALSE
)

hero_panel(...)

Arguments

id

namespace id

...

internal

title

Card title (optional)

info

Info icon/tooltip element (optional)

tools

Card tools to display in header (optional)

Card footer content (optional)

class

Additional CSS classes for the card (optional)

full_screen

Whether to enable full screen mode (default: FALSE)

Functions

  • modGalleryUI(): Module UI function

  • gallery_card(): internal

  • hero_panel(): internal