Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RinteRface/argonDash
argon dashboard template
https://github.com/RinteRface/argonDash
argon-dashboard-template bootstrap4 r shiny shiny-apps
Last synced: 13 days ago
JSON representation
argon dashboard template
- Host: GitHub
- URL: https://github.com/RinteRface/argonDash
- Owner: RinteRface
- Created: 2018-10-12T08:26:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T21:04:28.000Z (10 months ago)
- Last Synced: 2024-08-31T01:21:24.990Z (2 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
[![R build status](https://github.com/RinteRface/argonDash/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/argonDash/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/argonDash)](https://cran.r-project.org/package=argonDash)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![cranlogs](https://cranlogs.r-pkg.org/badges/argonDash)](https://cran.r-project.org/package=argonDash)
[![total](https://cranlogs.r-pkg.org/badges/grand-total/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
See a demonstration on
[shinyapps.io](https://dgranjon.shinyapps.io/argonDashDemo/).```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.