Create the UI For the Inputs Panel

createInputLayout(
  pages,
  groups,
  inputs,
  ns = identity,
  inputs.style = c("tabset", "collapses", "flowing")
)

Arguments

pages

list of pages.

groups

list of groups.

inputs

list of inputs.

ns

the namespace function to use for creating tag ids

inputs.style

the style of the input panel. tabset generates a tabsetPanel with each page in a tabPanel element. collapses uses Bootstrap 4 collapses to compartmentalize pages. flowing places all pages vertically in the same container and uses h5 tags for the page titles.

Value

a tag.list structure.