Spacer
The Spacer component is a utility component for adding space between elements. It is useful for creating consistent spacing between elements in your layout.
The Spacer component is a simple wrapper around a div
element with a set height. It is designed to be used in
conjunction with other components to create a consistent and accessible design system.
Usage
<div class="flex ...">
...
<aura:spacer />
...
</div>
© 2025 kolleg-essig. All rights reserved.