FlexDirection

com.raquo.laminar.defs.styles.traits.FlexDirection

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val column: StyleSetter

The flex container's main-axis is the same as the block-axis. The main-start and main-end points are the same as the before and after points of the writing-mode.

The flex container's main-axis is the same as the block-axis. The main-start and main-end points are the same as the before and after points of the writing-mode.

Attributes

Behaves the same as column but the main-start and main-end are permuted.

Behaves the same as column but the main-start and main-end are permuted.

Attributes

lazy val row: StyleSetter

The flex container's main-axis is defined to be the same as the text direction. The main-start and main-end points are the same as the content direction.

The flex container's main-axis is defined to be the same as the text direction. The main-start and main-end points are the same as the content direction.

Attributes

Behaves the same as row but the main-start and main-end points are permuted.

Behaves the same as row but the main-start and main-end points are permuted.

Attributes