FlexWrap

com.raquo.laminar.defs.styles.traits.FlexWrap
trait FlexWrap

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val nowrap: StyleSetter

The flex items are laid out in a single line which may cause the flex container to overflow. The cross-start is either equivalent to start or before depending flex-direction value.

The flex items are laid out in a single line which may cause the flex container to overflow. The cross-start is either equivalent to start or before depending flex-direction value.

Attributes

lazy val wrap: StyleSetter

The flex items break into multiple lines. The cross-start is either equivalent to start or before depending flex-direction value and the cross-end is the opposite of the specified cross-start.

The flex items break into multiple lines. The cross-start is either equivalent to start or before depending flex-direction value and the cross-end is the opposite of the specified cross-start.

Attributes

Behaves the same as wrap but cross-start and cross-end are permuted.

Behaves the same as wrap but cross-start and cross-end are permuted.

Attributes