VEUI

VEUI on GitHub
Play!中文

GridColumn

Examples

See GridContainer examples .

API

Props

NameTypeDefaultDescription
spannumber-The number of columns spanned by the grid column. If not passed, it will take up the entire row by default.
offsetnumber0The number of columns the grid column is offset, which affects the position of subsequent grid columns.
pullnumber0The number of columns the grid column is pulled to the left, without affecting the position of other grid columns. Cannot be used with push at the same time.
pushnumber0The number of columns the grid column is pushed to the right, without affecting the position of other grid columns. Cannot be used with pull at the same time.

Slots

NameDescription
defaultThe content of the grid column.
Edit this page on GitHubEdit
© Baidu, Inc. 2024