You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include a component similar to shinydashboard::sidebarSearchForm using shiny.semantic components
The sidebarSearchForm is a ui component that queries a search and is placed on the sidebar. https://github.com/rstudio/shinydashboard/blob/main/R/dashboardSidebar.R#L188
It contains as argument a textId for the id of the input text, a buttonId for the created icon button to be reactive in the server, a label for the label of the input and an icon for selecting the icon that will act as a button.
In our implementation, we could create a function that acts as a wrapper of [shiny semantic search functions](https://github.com/rstudio/shinydashboard/blob/main/R/dashboardSidebar.R#L188) and include - if needed - format to display it nicely on the sidebar. New arguments can be created appart from the current ones avaiable in shiny.dashboard.
The text was updated successfully, but these errors were encountered:
Include a component similar to
shinydashboard::sidebarSearchForm
usingshiny.semantic
componentsThe
sidebarSearchForm
is a ui component that queries a search and is placed on the sidebar.https://github.com/rstudio/shinydashboard/blob/main/R/dashboardSidebar.R#L188
It contains as argument a
textId
for the id of the input text, abuttonId
for the created icon button to be reactive in the server, alabel
for the label of the input and anicon
for selecting the icon that will act as a button.Here an example app of the
sidebarSearchForm
In our implementation, we could create a function that acts as a wrapper of [shiny semantic search functions](https://github.com/rstudio/shinydashboard/blob/main/R/dashboardSidebar.R#L188) and include - if needed - format to display it nicely on the sidebar. New arguments can be created appart from the current ones avaiable in
shiny.dashboard
.The text was updated successfully, but these errors were encountered: