How to customize the color of individual inputs

Dear all,

For didactic reasons, I would like to define a different color for each of the inputs in my shiny app. Let's say 3 sliderInput.

What are my options? Include individual sliderInput into a tags$div with a style="color=something"? Define class and entry in my css? Use some packages?

Regards,

jm

Dear all,

Found a working solution using the shinyWidgets package.
See the code here:

Still looking for other options, so feel free to add yours.

Regards,

jm

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.