-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
The grid_card_text() function does not appear to be passing on arguments to grid_card() using the ellipsis. For example setting has_border = FALSE in grid_card_text() does not remove the border from the card. Reprex below:
library(shiny)
library(gridlayout)
ui <- grid_page(
layout = c(
" 1fr ",
"1fr header"
),
grid_card_text("header", "Test header", has_border = FALSE)
)
server <- function(input, output) {
}
shinyApp(ui, server)I'm not sure if this is my user error or an error with the function. Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels