inst/shiny/ui/LEC/LEC_player.R

tabItem(tabName = "LEC_player",
        fluidRow(
          box(
            title = "Player",
            status = "primary", 
            width = 12,
            solidHeader = TRUE,
            column(width = 3,
                   uiOutput("LEC_player")
            ),
            column(width = 3,
                   valueBoxOutput("LEC_player_games", width = 12)
            ),
            column(width = 3,
                   valueBoxOutput("LEC_player_wins", width = 12)
            ),
            column(width = 3,
                   valueBoxOutput("LEC_player_winrate", width = 12)
            )
          ),
          uiOutput("LEC_advanced")
        )
)
LopezJehan/League documentation built on Dec. 17, 2021, 1:11 a.m.