https://github.com/nteetor/yonder
A reactive web framework built on shiny
https://github.com/nteetor/yonder
bootstrap-4 r reactive shiny web-framework
Last synced: 10 days ago
JSON representation
A reactive web framework built on shiny
- Host: GitHub
- URL: https://github.com/nteetor/yonder
- Owner: nteetor
- License: other
- Created: 2017-06-23T02:07:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T06:43:21.000Z (5 months ago)
- Last Synced: 2025-03-29T03:11:00.788Z (17 days ago)
- Topics: bootstrap-4, r, reactive, shiny, web-framework
- Language: R
- Homepage: https://nteetor.github.io/yonder/
- Size: 12.8 MB
- Stars: 133
- Watchers: 11
- Forks: 15
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.note
Awesome Lists containing this project
- awesome-shiny-extensions - yonder - A reactive web framework built on Shiny with Bootstrap 4. (Frameworks / Foundational frameworks)
- jimsghstars - nteetor/yonder - A reactive web framework built on shiny (R)
README
# yonder
An opinionated [shiny](https://github.com/rstudio/shiny) framework.
[](https://travis-ci.org/nteetor/yonder)
## Introduction
yonder is designed to make building pragmatic applications fun and rewarding. On
the UI side yonder features new reactive inputs such as `navInput()`,
`chipInput()` and `menuInput()`, as well as the latest Bootstrap components. On
the server side yonder includes tools for showing alerts and toasts, displaying
modal and popovers, hiding and showing panes of content, and more!## Examples
For examples of inputs and elements built using yonder please check out
the documentation, https://nteetor.github.io/yonder/.## Installation
You may install a stable version of yonder from CRAN.
```R
install.packages("yonder")
```Alternatively, the development version of yonder may be installed from GitHub.
```R
# install.packages("remotes")
remotes::install_github("nteetor/yonder")
```## Related work
* https://github.com/rstudio/shiny, the big kahuna
* https://github.com/Appsilon/shiny.semantic, build shiny applications with the
Semantic UI library
* https://github.com/daattali/shinyjs, use JavaScript calls and events from the
R side of shiny
* https://github.com/andrewsali/shinycssloaders, improved CSS loading animations
for shiny
* https://github.com/merlinoa/shinyFeedback, give users validation feedback
* https://github.com/ericrayanderson/shinymaterial, build shiny apps on top of material design