vueR icon indicating copy to clipboard operation
vueR copied to clipboard

vue Shiny input helper / template

Open timelyportfolio opened this issue 5 years ago • 1 comments

In reactR we have a helper / template for creating Shiny-based react inputs. This article explains how to use the tools. I think providing similar tools in vueR would be helpful for R developers to allow easy integration of vue and abstract away some of the intimidating challenges of custom Shiny inputs.

timelyportfolio avatar Aug 09 '20 16:08 timelyportfolio

Yes exactly, I also have an example of shiny + vue + vue-bootstrap that features an input~ish (Shiny.setInputValue). Vue can definitely make those pesky inputs much easier to work with but I also think it makes custom shiny outputs more relevant.

JohnCoene avatar Aug 10 '20 07:08 JohnCoene