Skip to content

asbates/svelteR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelteR

Lifecycle: experimental

svelteR allows you to use Svelte components in your Shiny applications. It was inspired by reactR and vueR.

Status

Right now svelteR is experimental, thus subject to change. You can make input bindings and output bindings.

I don't make any claims regarding robustness yet nor is there much documentation. These are on the to do list.

Installation

You can install the development version of svelteR from GitHub with:

# install.packages("devtools")
devtools::install_github("asbates/svelteR")

Example

An example Svelte component input is included in the package (?svelteButton). An example output component is included in the package as well (?svelteList). And an example Shiny application using these components is included in /app.R.

About

Svelte in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published