library(shiny)
library(shidashi)
library(ravedash)
group_box(
title = "Analysis Group A",
selectInput("a", "Condition", choices = c("A", "B")),
sliderInput("b", "Time range", min = 0, max = 1, value = c(0,1))
)
flex_group_box(
title = "Project and Subject",
flex_item( "Some input 1" ),
flex_item( "Some input 2" ),
flex_break(),
flex_item( "Some input in new line" )
)
Run the code above in your browser using DataLab