R/utils_ui.R

Defines functions generic_box generic_column

generic_column <- function(width, ..., offset = 0) {
    column(
        width = width,
        offset = offset,
        ...
    )
}

generic_box <- function(...) {
    shinyjqui::jqui_resizable(
        shinydashboardPlus::box(
            ...
        )
    )
}
tanaylab/MCView documentation built on June 1, 2025, 8:08 p.m.