Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rstudio/shinyuieditor
- Owner: rstudio
- License: mit
- Created: 2021-10-14T15:07:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:38:48.000Z (4 months ago)
- Last Synced: 2024-07-23T23:04:05.127Z (4 months ago)
- Language: JavaScript
- Homepage: https://rstudio.github.io/shinyuieditor/
- Size: 255 MB
- Stars: 210
- Watchers: 16
- Forks: 30
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - shinyuieditor - A GUI for laying out a Shiny application that generates clean and human-readable UI code. (Developer Tools / Prototyping)
- jimsghstars - rstudio/shinyuieditor - A GUI for laying out a Shiny application that generates clean and human-readable UI code (JavaScript)
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/)