Links: ilw-spacer in Builder | Illinois Web Theme | Toolkit Development
This is a spacer component to increase vertical margin between two other components. This has one attribute that controls how tall this is in standard CSS height syntax. Defaults to 20px.
height
: height of spacer.
<ilw-spacer height="30px"></ilw-spacer>
This generates a single div
with no margins, padding-bottom of the height attribute, and a transparent color.
This uses the role="presentation"
attribute to ensure that screen readers and other assistive technology ignores it. This should not be in the accessibility tree.
This is a new component.