Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RowProperties

Index

Properties

Optional alignItems

alignItems: undefined | string

Defines the style property alignItems of the component.

gutter

gutter: number

The gutter width, i.e. padding between columns. Defaults to 30 (15 on each side)

Optional justifyContent

justifyContent: undefined | string

Defines the style property justifyContent of the component.

Optional nowrap

nowrap: undefined | true | false

Accepts a boolean. This boolean defines the style property flexWrap. If no prop is specified, then the defaults value will be flexWrap: 'wrap'. If you add the prop to the Row then the style value will equal flexWrap: nowrap. This makes it easy to see what rows will wrap at a glance.

size

size: number

Total number of columns this Row can have. Defaults to 12.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc