BlogPlaygroundOne

VRow API


Props
name
type
default
'end' | 'start' | 'center' | 'baseline' | 'stretch'
null

Deprecated, use align-* class. Available options are: start, center, end, baseline and stretch.

  | 'end'
  | 'start'
  | 'center'
  | 'stretch'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use align-content-*. Available options are: start, center, end, space-between, space-around and stretch.

  | 'end'
  | 'start'
  | 'center'
  | 'stretch'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use align-content-lg-* class

  | 'end'
  | 'start'
  | 'center'
  | 'stretch'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use align-content-md-* class

  | 'end'
  | 'start'
  | 'center'
  | 'stretch'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use align-content-sm-* class

  | 'end'
  | 'start'
  | 'center'
  | 'stretch'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use align-content-xl-* class

  | 'end'
  | 'start'
  | 'center'
  | 'stretch'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use align-content-xxl-* class

'end' | 'start' | 'center' | 'baseline' | 'stretch'
null

Deprecated, use align-lg-* class

'end' | 'start' | 'center' | 'baseline' | 'stretch'
null

Deprecated, use align-md-* class

'end' | 'start' | 'center' | 'baseline' | 'stretch'
null

Deprecated, use align-sm-* class

'end' | 'start' | 'center' | 'baseline' | 'stretch'
null

Deprecated, use align-xl-* class

'end' | 'start' | 'center' | 'baseline' | 'stretch'
null

Deprecated, use align-xxl-* class

boolean
false

Deprecated, use density with comfortable instead.

'default' | 'comfortable' | 'compact'
'default'

Adjusts the spacing between v-cols. Available options are: default, comfortable, compact.

string | number | (string | number)[]
undefined

Sets the gap between v-cols. Can be a single value for both row and column gap, or the array of two values [column gap, row gap].

  | 'end'
  | 'start'
  | 'center'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use justify-*. Available options are: start, center, end, space-between and space-around.

  | 'end'
  | 'start'
  | 'center'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use justify-lg-* class

  | 'end'
  | 'start'
  | 'center'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use justify-md-* class

  | 'end'
  | 'start'
  | 'center'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use justify-sm-* class

  | 'end'
  | 'start'
  | 'center'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use justify-xl-* class

  | 'end'
  | 'start'
  | 'center'
  | 'space-around'
  | 'space-between'
  | 'space-evenly'
null

Deprecated, use justify-xxl-* class

boolean
false

Removes the gutter between v-cols (same as gap='0').

string | number
undefined

Sets the number of columns.

string | (new () => any) | FunctionalComponent
'div'

Specify a custom tag used on the root element.

Slots
never

The default Vue slot.