Create a search form to place in a sidebar
A search form consists of a text input field and a search button.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.