Components
grid
grid-item
4min
The grid-item component serves as the child component whenever any grid component has been configured, as discussed in the grid section. The component determines how the grid items are displayed, allowing you to customize the UI elements in the grid.
Core structure | |
---|---|
size | Select the size that the grid-item will be displayed in, the options are 1x1,2x2, 2x4, 4x2, 4x4. |
children | The following components can be used in the grid-item: |
- When using the grid-item with a component.jig-widget, note of the following:
- A widgetId is required if the referenced includes a widget configuration. This value should match the Widget Name specified in the referenced .
- If no widget configuration exists, the widget's icon is derived from the 's icon value. If none is specified, a default icon is assigned.