Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdtrat/shinydesignr


https://github.com/jdtrat/shinydesignr

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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