alignItems

object alignItems extends Style[String]

The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.

The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val baseline: StyleSetter

All flex items are aligned such that their baselines align. The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

All flex items are aligned such that their baselines align. The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

MDN

lazy val center: StyleSetter

The flex item's margin box is centered within the line on the cross-axis. If the cross-size of the item is larger than the flex container, it will overflow equally in both directions.

The flex item's margin box is centered within the line on the cross-axis. If the cross-size of the item is larger than the flex container, it will overflow equally in both directions.

MDN

lazy val flexEnd: StyleSetter

The cross-end margin edge of the flex item is flushed with the cross-end edge of the line.

The cross-end margin edge of the flex item is flushed with the cross-end edge of the line.

MDN

lazy val flexStart: StyleSetter

The cross-start margin edge of the flex item is flushed with the cross-start edge of the line.

The cross-start margin edge of the flex item is flushed with the cross-start edge of the line.

MDN

lazy val stretch: StyleSetter

Flex items are stretched such as the cross-size of the item's margin box is the same as the line while respecting width and height constraints.

Flex items are stretched such as the cross-size of the item's margin box is the same as the line while respecting width and height constraints.

MDN

Inherited fields

override val name: String
Inherited from
Style