yonicd / slickR

slick carousel htmlwidget for R
https://yonicd.github.io/slickR/
Other
159 stars 14 forks source link

slickR with HTML code #23

Closed edouardschuppert closed 4 years ago

edouardschuppert commented 5 years ago

Hi,

Is it possible to use it to simply display HTML code?

Thanks a lot for this wonderful package!

yonicd commented 5 years ago

You should be able to put html code in an slideType=‘iframe’, if you just need text you can use slideType = ‘p’. The content of the slider is basically converted into the HTML DOM as specified in slideType.