sidebarSearchForm: Create a search form to place in a sidebar

Description Usage Arguments See Also

View source: R/dashboardSidebar.R

Description

A search form consists of a text input field and a search button.

Usage

1
2
sidebarSearchForm(textId, buttonId, label = "Search...",
  icon = shiny::icon("search"))

Arguments

textId

Shiny input ID for the text input box.

buttonId

Shiny input ID for the search button (which functions like an actionButton).

label

Text label to display inside the search box.

icon

An icon tag, created by icon.

See Also

dashboardSidebar for example usage.

Other sidebar items: sidebarMenu, sidebarUserPanel


shinydashboard documentation built on Sept. 30, 2021, 5:09 p.m.