Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rstudio/shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://github.com/rstudio/shinyuieditor

Last synced: 9 days ago
JSON representation

A GUI for laying out a Shiny application that generates clean and human-readable UI code

Awesome Lists containing this project

README

        

# Shiny UI Editor

[![R Package checks](https://github.com/rstudio/shinyuieditor/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/shinyuieditor/actions/workflows/R-CMD-check.yaml)
[![Javascript Tests](https://github.com/rstudio/shinyuieditor/actions/workflows/Javascript-Tests.yaml/badge.svg)](https://github.com/rstudio/shinyuieditor/actions/workflows/Javascript-Tests.yaml)

A visual tool for building the UI portion of a Shiny application that generates clean and human-readable code.

The goal of the Shiny Ui Editor is to allow people to build the broad-level UI for their Shiny app without writing code. The editor is intended for those who may not be comfortable with the HTML-style code of Shiny's UI functions or who simply don't want to fiddle with sizes to get things laid out correctly.

## Getting Started

See the [ui editor's website](https://rstudio.github.io/shinyuieditor/) for info on getting started with the UI editor along [how tos](https://rstudio.github.io/shinyuieditor/how-to/) and even a [live demo version of the editor.](https://rstudio.github.io/shinyuieditor/live-demo/)