semantic.dashboard icon indicating copy to clipboard operation
semantic.dashboard copied to clipboard

Quick, beautiful and customizable dashboard template for Shiny based on shiny.semantic and Fomantic UI.

Results 16 semantic.dashboard issues
Sort by recently updated
recently updated
newest added

Merge `develop` to `master` in order to have the latest CRAN version on master branch

Noticed a minor spelling correction that was needed in the vignette to change "ike" to "like". Thank you :)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description Hi, Your package is great! I was wondering if you could give me some guidance for...

enhancement

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...

enhancement

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description combination of semantic.dashboard + shiny.semantic delivers very powerful Shiny dashboards. Tabs created are sidebar tabs (for...

question

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version 0.2.1 ### Platform and OS Version Ubuntu 18.04 ### Existing Issues _No response_ ### What...

bug

We want to have all components available on `shinydashboard` also on `semantic.dashboard`. Right now four components/functionalities are missing: - #172 Collapsible menuItems for sidebar - #136 Function updateTabItem - #181...

enhancement
epic

Great package! Unfortunately it is not yet possible to have collapsible menuItems in the sidebar as in shinydashboard `library(shiny) library(shinydashboard) #

enhancement