Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdtrat/shinydesignr
https://github.com/jdtrat/shinydesignr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdtrat/shinydesignr
- Owner: jdtrat
- License: other
- Created: 2020-11-29T23:12:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T18:27:25.000Z (almost 4 years ago)
- Last Synced: 2024-06-05T02:33:00.492Z (5 months ago)
- Language: R
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jdtrat/shinydesignr - (R)
README
# shinydesignr
[![GitHub version](https://badge.fury.io/gh/jdtrat%2Fshinysurveys.svg)](https://badge.fury.io/gh/jdtrat%2Fshinysurveys)
The goal of shinydesignr is to make designing visually appealing Shiny user interfaces (UIs) easier. Our package provides a high-level GUI for rapid prototyping user interfaces whose back-end CSS and Shiny UI code can be downloaded. We also provide lower-level functions for designing Shiny UIs in a manner analogous to [Bootstrap grid](https://getbootstrap.com/docs/4.0/layout/grid/) but with more human-friendly nomenclature.
## Installation
You can install the development version of shinydesignr with the following code:
``` r
# Install/update shinydesignr with the development version from GitHub.
# If devtools is not installed, uncomment the line below.
# install.packages("devtools")
devtools::install_github("jdtrat/shinydesignr")
```## Example
Examples to come