Open dataquine opened 4 months ago
I have a question regarding the expected behaviour/usage of valueBox in bs4Dash (2.3.3).
In bs4DashGallery the "Value/Info boxes" option shows something like
whereas in shinydashboard value boxes have the value displayed in larger text. https://rstudio.github.io/shinydashboard/structure.html#valuebox
Is the smaller sized text for the value expected behaviour or a bug?
The AdminLTE demo shows the larger sized version https://adminlte.io/themes/AdminLTE/pages/widgets.html There is a h3 tag around the value in the HTML.
Adding a h3 manually gives the same result
valueBox( value = h3(150), subtitle = "New orders", color = "primary", icon = icon("shopping-cart"), href = "#" )
I have a question regarding the expected behaviour/usage of valueBox in bs4Dash (2.3.3).
In bs4DashGallery the "Value/Info boxes" option shows something like
whereas in shinydashboard value boxes have the value displayed in larger text. https://rstudio.github.io/shinydashboard/structure.html#valuebox
Is the smaller sized text for the value expected behaviour or a bug?
The AdminLTE demo shows the larger sized version https://adminlte.io/themes/AdminLTE/pages/widgets.html There is a h3 tag around the value in the HTML.
Adding a h3 manually gives the same result