html_spacer.Rd
Returns an htmltools div with the specified height. Use in dashboards to add vertical spacing between content blocks.
html_spacer(height = "1rem")
CSS height value (e.g. "1rem", "20px"). Default "1rem".
An htmltools tag object.