Description Usage Arguments See Also
View source: R/dashboardSidebar.R
A search form consists of a text input field and a search button.
| 1 2 | sidebarSearchForm(textId, buttonId, label = "Search...",
  icon = shiny::icon("search"))
 | 
| textId | Shiny input ID for the text input box. | 
| buttonId | Shiny input ID for the search button (which functions like an
 | 
| label | Text label to display inside the search box. | 
| icon | An icon tag, created by  | 
dashboardSidebar for example usage.
Other sidebar items: sidebarMenu,
sidebarUserPanel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.