Skip to content

Wrapper Module

The Wrapper module provides a flexible row container that evenly distributes its children. It supports wrapping, responsive alignment, and configurable spacing using the Termeh gap system.

Child
Child
Child
Long Child
Child
Child
Child
Child
Child

Signature:

scss
@mixin use-wrapper($gaps: ());

Example:

scss
@include termeh.use-wrapper(("small", "medium"));
Dependencies

Wrapper module uses the following Termeh global var():

ComponentTypeUsageDefault
gapmicroNumberDefault spacing between wrapper items8px

Modifiers

  • .is-gapless → removes spacing between children
  • .is-<gap>-gap → applies a registered gap as spacing