inst/ui.R

shinyUI(fluidPage(
  
  includeCSS("www/style.css"),
  # Application title
  titlePanel("Papelitos"),
  
  # Sidebar with a slider input for number of bins
  sidebarLayout(
    sidebarPanel(
      instruccionesUI("instrus")
    ),
    
    # Show a plot of the generated distribution
    mainPanel(
      fluidRow(
        introUI("comienzo")
      ),
      br(),
      fluidRow(
        column(4,
               cogerPapelitoUI("partida")
        ), 
        column(4,
               timeUI("tiempo")
        )
        
      )
      
    )
  )
))
lhansa/papelitos documentation built on Nov. 19, 2022, 6:59 p.m.