ukGrid.Rd
Build a shinyuikit Grid
ukGrid(..., divider = FALSE, gutter = NULL, match_height = FALSE, width = NULL, child_width = NULL, text_center = FALSE, padding = NULL, margin = NULL, allow_sortable = FALSE)
... | The UI elements to place in the card |
---|---|
divider | logical. Divider modifier that separate grid cells with lines. |
gutter | character. size of the gutter 'small', 'medium' or 'large', you can use 'collapse' to remove gutter entirely. |
match_height | logical. |
child_width | character. grid with child elements evenly split without the need to apply to each list item within the grid. you can choose 'half' to have half of their parent container, 'third' take up third of parent container, this apply to 'fourth', 'fifth' or 'sixth'. 'auto' divides the grid into equal units based on content size or 'expand' equal units on available space |