I’m looking for tips on how to best format shiny webapps and their linked components!Â
Â
Beyond a css file (Cascading Style Sheets), which describes how HTML elements are to be displayed, I can’t find a good way of applying formatting to shiny webapp elements. For instance, formatting a valuebox element by changing font sizes/styles, switching the output value with the descriptive text/title and moving anys symbols from the bottom left to the top right hand corner.
Does anyone have any tips on easily applying formatting, or some good go to resources on css files?