flexdashboard
flexdashboard copied to clipboard
Intro.js in flexdashboard
I am trying to implement the intro.js library in flexdashboard, I am able to run examples in shiny but it does not seem to be possible to get it to work in flexdashboard, using the shiny runtime.
Neither a direct javascript approach as on https://js-tutorial.shinyapps.io/C3_demo_IntroJSBasic/ or an approach based on a library such as https://github.com/carlganz/rintrojs seems to work.
Perhaps I missed something while working on the implementation, or is this a limitation of flexdashboard?
Have you tried using {rintrojs} in flexdashboard with runtime: shiny?
Have anyone found a working implementation of introJS for Flexdashboard?
I have tried rintrojs with runtime: shiny but it doesn't work.
One of the requirement is that introjsUI() must be typed in the UI section.
I noticed it displays a NULL in my Flexdashboard rendering.
Given that Flexdashboard has no distinct UI and Server code, could that be where the issue is?