# shinyuieditor **Repository Path**: rbind/shinyuieditor ## Basic Information - **Project Name**: shinyuieditor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/)