yonder
A reactive web framework built on shiny.
Introduction
yonder is designed to make building pragmatic applications fun and rewarding. On
the UI side yonder features refreshed IonRange sliders, new reactive inputs such as
navInput()
and dropdownInput()
, and Bootstrap 4.2. On the server side yonder
includes tools for showing alerts and toasts, displaying modal and popovers,
validating and freezing input values, 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
yonder is still a work in progress and may be downloaded from GitHub.
# 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