Skip to content

nteetor/yonder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b1e372 · Nov 4, 2024
Jun 5, 2022
Oct 31, 2024
Mar 14, 2020
Mar 14, 2020
Nov 4, 2024
Nov 4, 2024
Oct 31, 2024
Mar 14, 2020
Oct 31, 2024
Mar 14, 2020
Mar 14, 2020
Jan 8, 2020
Mar 14, 2020
Mar 14, 2020
May 17, 2019
Oct 31, 2024
Jan 9, 2020
Oct 31, 2024
Mar 14, 2020
Nov 22, 2019
Jan 10, 2020
Oct 31, 2024
Jul 30, 2018

Repository files navigation

yonder

An opinionated shiny framework.

can we build it?

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.

install.packages("yonder")

Alternatively, the development version of yonder may be installed from GitHub.

# install.packages("remotes")
remotes::install_github("nteetor/yonder")

Related work