## Not run:
# shinyUI(bootstrapPage(
#
# gridster(width = 200, height = 200,
# gridsterItem(col = 1, row = 1, sizex = 1, sizey = 1,
# sliderInput("n", "Input value:", min = 0, max = 50, value = 10)
# ),
# gridsterItem(col = 2, row = 1, sizex = 1, sizey = 1,
# textOutput("myText")
# ),
# gridsterItem(col = 1, row = 2, sizex = 2, sizey = 1,
# plotOutput("myPlot", height = 200)
# )
# )
# )
# ## End(Not run)
Run the code above in your browser using DataLab