Navbar with tabs

div(
  navbar(
    brand = "Navbar",
    navInput(
      .style %>%
        margin(right = "auto"),
      id = NULL,
      choices = c("Home", "About", "Our process")
    ),
    formInput(
      inline = TRUE,
      id = NULL,
      textInput(
        .style %>%
          margin(right = c(sm = 2)),
        type = "search",
        id = NULL,
        placeholder = "Search"
      ),
      formSubmit(
        .style %>%
          background("primary"),
        label = "Search",
        value = "search"
      )
    )
  ),
  container(
    p(". . .")
  )
)


nteetor/dull documentation built on June 10, 2022, 11:30 a.m.