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 year ago
JSON representation
argon dashboard template
- Host: GitHub
- URL: https://github.com/rinterface/argondash
- Owner: RinteRface
- Created: 2018-10-12T08:26:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T00:04:07.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:13:26.603Z (over 1 year ago)
- Topics: argon-dashboard-template, bootstrap4, r, shiny, shiny-apps
- Language: CSS
- Homepage: https://rinterface.github.io/argonDash/
- Size: 6.63 MB
- Stars: 139
- Watchers: 7
- Forks: 37
- Open Issues: 9
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# argonDash 
[](https://github.com/RinteRface/argonDash/actions)
[](https://cran.r-project.org/package=argonDash)
[](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[](https://cran.r-project.org/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()
```
We provide some placeholder images served in the `images` folder, so you just have to do this to access them:
```r
argonAvatar(
size = "sm",
src = "images/undraw_profile-pic_fatv.svg"
)
```
### 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.