RinteRface / shinydashboardPlus

extensions for shinydashboard
https://shinydashboardplus.rinterface.com
Other
454 stars 77 forks source link

boxPlus() request sidebar_icon #40

Closed jmw86069 closed 5 years ago

jmw86069 commented 5 years ago

First, great work on this package and thank you for making it available for others!

I love the boxPlus() with the sidebar, I am using it to allow users to customize plot visualization settings. However, the icon "i" is more consistent with "info" for more information, and not "config" for configuration.

I noticed it defined an icon shiny::icon("info") and wondered if the icon could be a function argument, similar to how dropdown_icon is a function argument.

Thank you!

DivadNojnarg commented 5 years ago

Hi James,

thanks for using the package. Try reinstall the devel version and let me know:

devtools::install_github("RinteRface/shinydashboardPlus")
jmw86069 commented 5 years ago

I really appreciate this new feature! I have tested and confirm it works how I had hoped.

Apologies for the long delay in responding!

For now I'll use the Github version.