Flex

Thin flexbox wrapper with directional and alignment shorthand props.

Installation

Examples

Horizontal with space-between

Row layout, items pushed to edges.

User statusActive

Column centered

Vertical stack centered on both axes.

Alex

Alex Johnson

Admin

API Reference

PropTypeDefaultDescription
direction'row'|'column'|'row-reverse'|'column-reverse''row'Flex direction.
alignstringalign-items shorthand.
justifystringjustify-content shorthand.
gapnumber|stringGap between children.
wrapbooleanfalseEnables flex-wrap.