= R ShinyWidgets = '''!ShinyWidgets''' is a library of widgets to complement [[R/Shiny|Shiny's builtins]]. <> ---- == Installation == {{{ install.packages('shinyWidgets') }}} ---- == Usage == !ShinyWidgets includes these '''input widget''' functions: ||'''Functions'''||'''Widget''' ||'''Example''' || ||`searchInput` ||Text box with reset and search buttons||`searchInput(inputId = "search", label = "instructions above text box", placeholder = "instructions in text box", btnSearch = icon("magnifying-glass"), btnReset = icon("xmark"))`|| ---- CategoryRicottone