Skip to main content

Space Between

Atomic props for controlling the space between child elements.

Atomic PropsCSS Properties
gap-{value}>*:not(:last-child) { margin-right: {value}}
gap-{value}>*:not(:last-child) { margin-bottom: {value}}

Add horizontal space between children

Control the horizontal space between elements using the gap-{value} props.

Result
Loading...
Live Editor

Add vertical space between children

Control the vertical space between elements using the gap-{value} props.

Result
Loading...
Live Editor