library(shiny)
library(ravedash)
simple_layout(
input_ui = list(
ravedash::input_card(
title = "Data Selection",
"Add inputs here"
)
),
output_ui = list(
ravedash::output_card(
title = "Result A",
"Add outputs here"
)
)
)
Run the code above in your browser using DataLab