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
shiny::actionButton()
).
Text label to display inside the search box.
An icon tag, created by shiny::icon()
.
dashboardSidebar()
for example usage.
Other sidebar items:
sidebarMenu()
,
sidebarUserPanel()