<nve-grid>
Properties
Scroll to a specific position in the grid.
Determine style variant stripe rows
true
false
Demonstrates different container styles to accommodate visual weight and context.
flat Element has white space bounds but reduced visual container.
full Element container optimizes for filling its container bounds.
Slots
slot for grid-footer or toolbar
default slot for content
CSS Properties
<nve-grid-header>
Slots
default slot for nve-grid-column
<nve-grid-column>
Properties
Control the content alignment within a given column.
start
center
end
Determines the position of an element along both inline and block axis. MDN
fixed
sticky
Only set a fixed px width when you know the grid width. Most cases this should remain unset. If the total width of all columns is less than the grid width then the last column fills the remaining space. By default column widths are evenly divided unless width is explicitly provided.
string
Slots
slot for column actions
default slot for content
CSS Properties
<nve-grid-row>
Properties
Indicates whether an element currently holds selection within a multi-option selection group. MDN
true The element holds selection and represents the user's current choice within the group.
false The element does not hold selection and the user can choose it.
Slots
default slot for nve-grid-cell
<nve-grid-cell>
Slots
default slot for content