# snt-col
snt-col is a content holder that must be a direct child of snt-row
# Component Pages
# Props
# cols
1-12 หรือ auto
- Type:
boolean | string | number
, - Default:
undefined
# lg
1-12 หรือ auto (สำหรับ breakpoint large ขึ้นไป)
- Type:
boolean | string | number
, - Default:
false
# md
1-12 หรือ auto (สำหรับ breakpoint medium ขึ้นไป)
- Type:
boolean | string | number
, - Default:
false
# sm
1-12 หรือ auto (สำหรับ breakpoint small ขึ้นไป)
- Type:
boolean | string | number
, - Default:
false
# xl
1-12 หรือ auto (สำหรับ breakpoint extra large ขึ้นไป)
- Type:
boolean | string | number
, - Default:
false
# order
Sets the default order for the column.
- Type:
string | number
, - Default:
undefined
# align-self
Applies the align-items css property. Available options are start, center, end, auto, baseline and stretch.
- Type:
string
, - Default:
undefined
# Slots
# default
The default Vue slot.