KC's Workspace
    Preparing search index...

    A value for the flex-flow shorthand property.

    interface FlexFlow {
        direction: FlexDirection;
        wrap: FlexWrap;
    }
    Index

    Properties

    Properties

    direction: FlexDirection

    The direction that flex items flow.

    wrap: FlexWrap

    How the flex items wrap.