You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow this project's Contributing Guidelines.
Project Version
No response
Platform and OS Version
No response
Existing Issues
No response
What happened?
Icons dont seem to render properly. Using the example from the showcase, different ways of adding icons don´t lead to success. See a working example below. I also added a navbar with buttons to show that the icons where defined correctly.
Guidelines
Project Version
No response
Platform and OS Version
No response
Existing Issues
No response
What happened?
Icons dont seem to render properly. Using the example from the showcase, different ways of adding icons don´t lead to success. See a working example below. I also added a navbar with buttons to show that the icons where defined correctly.
`library(shiny)
library(shiny.blueprint)
ui_mod <- function(id) {
ns <- NS(id)
reactOutput(ns("tabs"))
}
server_mod <- function(id) {
moduleServer(id, function(input, output, session) {
ns <- session$ns
})
}
Define UI for application that draws a histogram
ui <- fluidPage(
)
Define server logic required to draw a histogram
server <- function(input, output) {
}
Run the application
shinyApp(ui = ui, server = server)`
Steps to reproduce
...
Expected behavior
Icons to render
Attachments
No response
Screenshots or Videos
Additional Information
No response
The text was updated successfully, but these errors were encountered: