Skip to main content

Align Content

Distribute space among flex lines when wrapping.

Import

src/screens/Component.js
import { align } from "nativeflowcss";

Properties

ObjectNative properties
align.content_center{ alignContent: 'center' }
align.content_start{ alignContent: 'flex-start' }
align.content_end{ alignContent: 'flex-end' }
align.content_stretch{ alignContent: 'stretch' }
align.content_between{ alignContent: 'space-between' }
align.content_around{ alignContent: 'space-around' }