BlogPlaygroundOne

VCol API


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

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

string | number | boolean
false

Sets the default number of columns the component extends. Available options are: 1 -> 12 and auto. It accepts {n}/{size} syntax (e.g. 1/5 or 3/24) that overrides grid columns count for size calculation.

string | number | boolean
false

Changes the number of columns on large and greater breakpoints.

string | number | boolean
false

Changes the number of columns on medium and greater breakpoints.

string | number
null

Sets the default offset for the column. Similarly to cols, accepts {n}/{size} syntax (e.g. 1/5 or 3/24).

string | number
null

Changes the offset of the component on large and greater breakpoints.

string | number
null

Changes the offset of the component on medium and greater breakpoints.

string | number
null

Changes the offset of the component on small and greater breakpoints.

string | number
null

Changes the offset of the component on extra large and greater breakpoints.

string | number
null

Changes the offset of the component on extra extra large and greater breakpoints.

string | number
null

Deprecated, use order-* class

string | number
null

Deprecated, use order-lg-* class

string | number
null

Deprecated, use order-md-* class

string | number
null

Deprecated, use order-sm-* class

string | number
null

Deprecated, use order-xl-* class

string | number
null

Deprecated, use order-xxl-* class

string | number | boolean
false

Changes the number of columns on small and greater breakpoints.

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

Specify a custom tag used on the root element.

string | number | boolean
false

Changes the number of columns on extra large and greater breakpoints.

string | number | boolean
false

Changes the number of columns on extra extra large and greater breakpoints.

Slots
never

The default Vue slot.