satopan / yonder

A reactive web framework built on shiny

Home Page:https://nteetor.github.io/yonder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A reactive web framework built on shiny

https://nteetor.github.io/yonder/

License:Other


Languages

Language:R 74.1%Language:JavaScript 21.5%Language:CSS 4.4%