Spacer
TheSpacer component creates empty space between elements. It can define a specific size or act as a flexible spring to push components apart.
Usage
Props
Fixed size of the space. Presets:
xs, sm, md, lg, xl, 2xl. If not provided, it acts as flex: 1.Force horizontal spacing (width).
Force vertical spacing (height).
Examples
Flex Spacer
UsingSpacer without props inside a flex container pushes content to the edges.

