Skip to contents

Returns an htmltools div with the specified height. Use in dashboards to add vertical spacing between content blocks.

Usage

html_spacer(height = "1rem")

Arguments

height

CSS height value (e.g. "1rem", "20px"). Default "1rem".

Value

An htmltools tag object.