Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Grid Layout Builder

import { AXGridLayoutBuilderModule } from '@acorex/components/grid-layout-builder'; A Grid Layout Builder component allows users to visually design and customize grid-based layouts by arranging and resizing elements within a defined grid structure.
This Component uses GridStack as dependency!

Overview

In this section, you can test different options of this component and see the output in real time
Widget 1
Widget 2

Usage

A simple example of using ax-grid-layout-builder
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-grid-layout-container-border-colorvar(--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-colorvar(--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-colorvar(--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-colorvar(--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-width1pxBorder width of the grid layout container.
--ax-comp-grid-layout-container-border-stylesolidBorder style of the grid layout container (e.g., solid, dashed, dotted).
--ax-comp-grid-layout-stack-item-border-radiusvar(--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-radiusvar(--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-width1pxBorder width of the grid stack item content.
--ax-comp-grid-layout-stack-item-removing-animationfadeAndBlur 0.5s linear forwardsAnimation applied to grid stack items when they are being removed.
--ax-comp-grid-layout-stack-trash-min-height120pxMinimum height of the grid stack trash area.
--ax-comp-grid-layout-stack-trash-bg-imageTrash can iconBackground image of the grid stack trash area (used for drag-and-drop removal of items).

Copyright ©2017-2025 ACoreX Labs Inc.

On this page