https://github.com/RinteRface/argonDash
argon dashboard template
https://github.com/RinteRface/argonDash
argon-dashboard-template bootstrap4 r shiny shiny-apps
Last synced: about 1 month ago
JSON representation
argon dashboard template
- Host: GitHub
- URL: https://github.com/RinteRface/argonDash
- Owner: RinteRface
- Created: 2018-10-12T08:26:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T21:04:28.000Z (about 1 year ago)
- Last Synced: 2024-08-31T01:21:24.990Z (8 months ago)
- Topics: argon-dashboard-template, bootstrap4, r, shiny, shiny-apps
- Language: CSS
- Homepage: https://rinterface.github.io/argonDash/
- Size: 4.68 MB
- Stars: 138
- Watchers: 8
- Forks: 37
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - RinteRface/argonDash - argon dashboard template (CSS)
- awesome-shiny-extensions - argonDash - Bootstrap 4 Argon template for Shiny dashboards. (Theming / Dashboard Theming)
README
# argonDash
[](https://github.com/RinteRface/argonDash/actions)
[](https://cran.r-project.org/package=argonDash)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://cran.r-project.org/package=argonDash)
[](https://www.rpackages.io/package/argonDash)> argon Bootstrap4 dashboard template for Shiny
## Installation
`{argonDash}` requires to install `{argonR}`.
``` r
install.packages("argonR")
# devel version
devtools::install_github("RinteRface/argonDash")
# from CRAN
install.packages("argonDash")
```## Demo
``` r
library(argonDash)
argonDashGallery()
```### Vertical layout
### Horizontal layout
This layout is experimental.
## Aknowledgement
- [Creative Tim](https://www.creative-tim.com/) for designing the
original argon dashboard HTML template.## Code of Conduct
Please note that the argonDash project is released with a [Contributor
Code of
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.