# Responsive Grid Layout

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-017495fd1ddaccca09458c0334853c0d27be19b8%2Fimage%20(172).png?alt=media" alt=""><figcaption></figcaption></figure>

## Basic

#### Columns

| Property                                                                                                                                                                                                                                       | Description                                          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| <img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-616a5fab73dfe4cdc6ab3af0aaca4dcc74c56353%2Fimage%20(273).png?alt=media" alt="" data-size="original"> | `Add` - To add a new column to the columns list      |
| <img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-197d63ca7257e1aadc2d468cab52581e7a40c8f2%2Fimage%20(274).png?alt=media" alt="" data-size="original"> | `Move` - To rearrange the columns among the set      |
| <img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-b2b9c64f2515897d0473183c956d4c4de66f75f9%2Fimage%20(276).png?alt=media" alt="" data-size="original"> | `Duplicate` - To make a copy of the existing column  |
| <img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-f41e74eda457adbaf8003a93d361dd1565d7246e%2Fimage%20(278).png?alt=media" alt="" data-size="original"> | `Delete` - To remove an existing column from the set |

#### Edit Column

| Property         | Description                                                                                                           |
| ---------------- | --------------------------------------------------------------------------------------------------------------------- |
| Min. Width       | Set the minimum width for the colum in "px" terms.                                                                    |
| Background       | Specify the background colour for the column.                                                                         |
| Background Image | Provide a valid URL for the image that renders as the background for the column.                                      |
| Border Color     | Mention the color for the column border.                                                                              |
| Border Radius    | Sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms. |
| Margin           | This value is set in terms of "px" number which creates the space between the border and the content of the column.   |
| Padding          | This value is set in terms of "px" number which creates the space between the border and outer elements.              |

## Interaction

#### Disabled

Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-2de2fb6cc1798894df304b8c6f5003d144c9397e%2Fimage%20(127).png?alt=media" alt=""><figcaption></figcaption></figure>

#### Hide

This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2Fgit-blob-4aaa812d0b623487c085a616219a4515138079fb%2Fimage%20(211).png?alt=media" alt="" width="338"><figcaption><p>Set the visibility</p></figcaption></figure>

## Layout

#### Height

|       |                                                                      |
| ----- | -------------------------------------------------------------------- |
| Auto  | The height is auto-adjusted for the content                          |
| Fixed | The height of the widget is fixed and will not adjust to the content |

## Columns Layout

#### Match Columns Height

Aligns and sets a uniform height for all the columns added to the widget, adjusting with the contents of the columns.

#### Columns Spacing (px)

| Property   | Description                                           |
| ---------- | ----------------------------------------------------- |
| Horizontal | Specifies the gap between the columns in horizontally |
| Vertical   | Specifies the gap between the columns in vertically   |

#### Columns Alignment

#### Horizontal

| Property      | Description                                                                                                     |
| ------------- | --------------------------------------------------------------------------------------------------------------- |
| Start         | Aligns the alignment subject to be flush with the alignment container’s start edge in the appropriate axis.     |
| Center        | Centers the alignment subject within its alignment container.                                                   |
| End           | Aligns the alignment subject to be flush with the alignment container’s end edge in the appropriate axis.       |
| Space-between | The alignment subjects are evenly distributed in the alignment container.                                       |
| Space-around  | The alignment subjects are evenly distributed in the alignment container, with a half-size space on either end. |
| Space-evenly  | The alignment subjects are evenly distributed in the alignment container, with a full-size space on either end. |

#### Vertical

| Property | Description                                         |
| -------- | --------------------------------------------------- |
| Top      | Aligns the subjects to the top of the container.    |
| Middle   | Aligns the subjects in the middle of the container. |
| Bottom   | Aligns the subjects in the bottom of the container. |

## Row Style

This represents the row lines created within column lines, also the top and bottom lines between the widget's border and content.

<table><thead><tr><th width="218" align="center">Property</th><th>Description</th></tr></thead><tbody><tr><td align="center">Background</td><td>This is the background space of the widget, behind all the columns. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly.</td></tr><tr><td align="center">Box Shadow</td><td>The is the colour of the shadow that is generated behind the widget box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area.<br>"x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box.<br>"y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box.<br>"Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away.<br>"Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.</td></tr><tr><td align="center">Border Color</td><td>Set the colour to the border lines. The border lines will be shown only if that is enabled.</td></tr><tr><td align="center">Border Radius</td><td>This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.</td></tr><tr><td align="center">Margin</td><td>This value is set in terms of "px" number, which creates the space between the border and outer elements.</td></tr><tr><td align="center">Padding</td><td>This value is set in terms of "px" number, which creates the space between the border and the content of the widget.</td></tr><tr><td align="center">Border Width</td><td>Set the thickness of the border of the widget using this value. It is defined using "px" terms.</td></tr></tbody></table>

## Column Style

This represents each column box added inside the widget.

<table><thead><tr><th width="218" align="center">Property</th><th>Description</th></tr></thead><tbody><tr><td align="center">Background</td><td>This is the background space of each column. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly.</td></tr><tr><td align="center">Box Shadow</td><td>The is the colour of the shadow that is generated behind the column box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area.<br>"x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box.<br>"y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box.<br>"Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away.<br>"Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.</td></tr><tr><td align="center">Border Color</td><td>Set the colour to the borderlines for each column. The borderlines will be shown only if that is enabled.</td></tr><tr><td align="center">Border Radius</td><td>This sets the radius on the corners of each column, enabling rounded corners to the column box. This value is defined in "px" terms.</td></tr><tr><td align="center">Margin</td><td>This value is set in terms of "px" number, which creates the space between the border of the column and the outer space.</td></tr><tr><td align="center">Padding</td><td>This value is set in terms of "px" number, which creates the space between the border and the content inside the column box.</td></tr><tr><td align="center">Border Width</td><td>Set the thickness of the border of the widget using this value. It is defined using "px" terms.</td></tr></tbody></table>

#### Custom CSS

Users can write a specific style using CSS syntax here and the style text will be applied to the widget when the program is loaded.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2FZrp7D2UsbYIIzsZ5kl7Q%2Fimage.png?alt=media&#x26;token=84b79f20-20a2-4cb6-bfa2-be91b343c0db" alt=""><figcaption></figcaption></figure>
