https://github.com/mjfrigaard/dynamicUI
Dynamic and conditional UI elements in Shiny
https://github.com/mjfrigaard/dynamicUI
Last synced: 5 months ago
JSON representation
Dynamic and conditional UI elements in Shiny
- Host: GitHub
- URL: https://github.com/mjfrigaard/dynamicUI
- Owner: mjfrigaard
- Created: 2023-07-18T18:40:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T20:18:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:08.088Z (8 months ago)
- Language: R
- Size: 845 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mjfrigaard/dynamicUI - Dynamic and conditional UI elements in Shiny (R)
README
# Dynamic UI elements
This repo has apps for dynamic/conditional UI elements.
## Overview
This repo is a collection of dynamic/conditional UI elements. Dynamic/conditional UI elements in a shiny app allows the interface to respond and update based on user inputs (`inputId`s). This means that the appearance and behavior of the UI elements will change according to the user interaction.
### Resources:
1. [Dynamic UI Elements in Shiny -- Part 1](https://www.statworx.com/en/content-hub/blog/dynamic-ui-elements-in-shiny/)
2. [Dynamic UI Elements in Shiny -- Part 2](https://www.statworx.com/en/content-hub/blog/dynamic-ui-elements-in-shiny-part-2)
3. [`conditionalPanel()`](https://rdrr.io/cran/shiny/man/conditionalPanel.html)
4. [Build a dynamic UI that reacts to user input](https://shiny.posit.co/r/articles/build/dynamic-ui/)