Skip to content

asbates/shinyFlowbiteSvelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinyFlowbiteSvelte

This is a proof of concept demonstrating a Shiny application with a Svelte UI. The UI was written entirely with Svelte, specifically the Flowbite Svelte library. The server just prints to the R console but it demonstrates the Svelte -> Shiny connection.

The app let's you choose either the iris or mtcars datasets and displays a subset of the data.

Installation

The JavaScript and CSS are bundled to the www directory so you can run app.R like you would any other Shiny app. If you make any edits though you'll need to re-bundle before you see the changes. You can do that like so

cd srcjs
npm install
npm run build

And then run app.R like normal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages