REDCapCAST/inst/shiny-examples/casting/ui.R

7 lines
131 B
R
Raw Normal View History

ui <-
bslib::page(
theme = bslib::bs_theme(preset = "united"),
title = "REDCap database creator",
2024-11-21 11:18:38 +01:00
nav_bar_page()
)