A search form consists of a text input field and a search button.
sidebarSearchForm(textId, buttonId, label = "Search...",
icon = shiny::icon("search"))
Shiny input ID for the text input box.
Shiny input ID for the search button (which functions like an
actionButton
).
Text label to display inside the search box.
An icon tag, created by icon
.
dashboardSidebar
for example usage.
Other sidebar items: sidebarMenu
,
sidebarUserPanel