Grid Layout Builder
import { AXGridLayoutBuilderModule } from '@acorex/components/grid-layout-builder';
Overview
Test
Widget 1
Widget 2
Usage
ax-grid-layout-builder
Preview
Code
Design Tokens
--ax-comp-grid-layout-container-border-color | var(--ax-sys-color-border-surface) | Border color of the grid layout container. Defaults to the system's border color. |
--ax-comp-grid-layout-container-bg-color | var(--ax-sys-color-lighter-surface) | Background color of the grid layout container. Defaults to the system's body background color. |
--ax-comp-grid-layout-stack-item-content-bg-color | var(--ax-sys-color-surface) | Background color of the grid stack item content. Defaults to the system's surface background color. |
--ax-comp-grid-layout-stack-item-content-border-color | var(--ax-sys-border-color) | Border color of the grid stack item content. Defaults to the system's border color. |
--ax-comp-grid-layout-container-border-width | 1px | Border width of the grid layout container. |
--ax-comp-grid-layout-container-border-style | solid | Border style of the grid layout container (e.g., solid, dashed, dotted). |
--ax-comp-grid-layout-stack-item-border-radius | var(--ax-sys-border-radius) | Border radius of the grid stack items. Defaults to the system's border radius. |
--ax-comp-grid-layout-stack-item-content-border-radius | var(--ax-sys-border-radius) | Border radius of the grid stack item content. Defaults to the system's border radius. |
--ax-comp-grid-layout-stack-item-content-border-width | 1px | Border width of the grid stack item content. |
--ax-comp-grid-layout-stack-item-removing-animation | fadeAndBlur 0.5s linear forwards | Animation applied to grid stack items when they are being removed. |
--ax-comp-grid-layout-stack-trash-min-height | 120px | Minimum height of the grid stack trash area. |
--ax-comp-grid-layout-stack-trash-bg-image | Trash can icon | Background image of the grid stack trash area (used for drag-and-drop removal of items). |