Pages mint-ui Search Basic information README Source on GitHub Entities Ui.ActionSheet Ui.AvoidFocus Ui.Book Ui.Breadcrumbs Ui.Button Ui.Calendar Ui.Calendar.Cell Ui.Card Ui.Card.Container Ui.Card.Image Ui.Cell Ui.Checkbox Ui.Content Ui.ContentHint Ui.DefinitionList Ui.Dropdown Ui.Dropdown.Panel Ui.Example Ui.FloatingButton Ui.FloatingNotification Ui.FocusTrap Ui.Form.Field Ui.Grid Ui.Header Ui.Hero Ui.Html Ui.Icon Ui.Image Ui.Input Ui.InteractiveList Ui.Layout.Documentation Ui.Layout.Stacked Ui.LineGrid alignItems children gap justifyContent orientation render Ui.List.Item Ui.Modal Ui.Modal.Base Ui.Modal.Content Ui.Native.AutoComplete Ui.Native.Select Ui.Page Ui.Pagination Ui.RelativeTime Ui.ScrollPanel Ui.Select Ui.Slider Ui.Spacer Ui.StickyPanel Ui.Table Ui.Table.Header Ui.Tabs Ui.Textarea Ui.Theme Ui.Toggle Ui.Cell Ui.ListItem Ui.NavItem Ui.Backgrounds Ui.Icons Ui.InputDelay Ui.ListItem Ui.Tab Ui.Table.Header Ui.Theme Ui.Theme.Resolved Ui Versions 2.1.0 2.0.0 1.6.0 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0 0.0.13 0.0.12 0.0.11 0.0.10 0.0.9 0.0.8 0.0.7 Dependencies mint-color 0.0.0 <= v < 1.0.0 Ui.LineGrid A one axis grid where the items are separated by a gap. Properties alignItems : String = "center" Where to align the items. children : Array(Html) = [] The children to render. gap : Number = 10 The gap between the children. justifyContent : String = "start" Where to justify the content. orientation : String = "horizontal" The orientation of the grid, either horizontal or vertical. Functions render : Html Renders the component.