Appizap
  • Appizap Overview
  • Build Apps
    • On-boarding Flow
    • Ideas to Apps using AI
    • Create a new app
    • App Configuration
      • App Overview
      • General Settings
      • Domain Settings
      • Version Release & Management
      • App Assets
      • Auth Settings
    • UI Builder
      • Module
      • Menu Navigation
      • Version Logs & Restore
      • Keyboard Shortcuts
    • GUI, Themes & Styles
    • Event handlers
    • Write JavaScript
      • JavaScript within {{ }}
      • JavaScript Query
      • Transformers
      • Temporary State
      • Data Responder
      • Built-in JavaScript Functions
      • Use Third-party Libraries
    • How-to-use
      • Welcome to Appizap!
      • FAQ
  • Appizap Dashboard
    • Your Apps
    • Database
    • Workflows
    • Media & Files
    • Query Library
    • Audit Logger
    • Templates
  • Workspaces
    • Workspace Settings
    • User Authentication
    • User Groups
    • Themes
    • Advanced
  • Appizap Concepts
  • Appizap Studio
    • Data Browser
      • Screen, Modules & Navigations
      • Active Components
      • In-App Modals
      • Data Queries in your App
      • Global Data Variables
    • Layers
    • Screen Settings
    • Debugger
    • Data Queries
    • Widget Library
      • Link
      • Icons
      • Steps
      • Button Group
      • Form Button
      • Grid
      • Responsive Grid Layout
      • Drawer
      • Navigation
      • Cascader
      • Comment
      • Mention
      • Collapsible Container
      • Rich Text Editor
      • Input
      • Modal
      • Text Display
      • Number Input
      • Password
      • List View
      • Date
      • Checkbox
      • Radio
      • Switch
      • Multi Select
      • Dropdown
      • File Upload
      • Phone Number Input
      • Download Pdf Button
      • Image
      • Divider
      • Progress Circle
      • Progress
      • Form
      • JSON Schema Form
      • Container
      • Tabbed Container
      • Table
      • Date Range
      • Time
      • Time Range
      • Toggle Button
      • Segmented Control
      • Rating
      • Timeline
      • Slider
      • Range Slider
      • Control Button
      • File Viewer
      • Image Carousel
      • Lottie Animation
      • Tree
      • Tree Select
      • IFrame
      • Calendar
      • Custom Component
      • Auto Complete
      • Chart
      • Graph Chart
      • Treemap Chart
      • Basic Chart
      • Geo Map Charts
      • Funnel Chart
      • Candlestick Chart
      • Select
      • Audio
      • Caller
      • Text Area
      • Responsive Flex Layout
      • Timer
      • Image Editor
      • AI Component
    • Component Specific Actions
  • Database
    • Connect DB
    • Build Internal DB
      • Arrays
      • Indexes
      • Using JSON Type
      • Cascade Delete
      • Data Load and Import
    • Data Sources
      • Connect Data Sources
        • Big Query
        • ClickHouse
        • CouchDB
        • DynamoDB
        • Elasticsearch
        • MariaDB
        • Microsoft SQL Server
        • MongoDB
        • MySQL
        • Oracle
        • PostgreSQL
        • Redis
        • Snowflake
      • Connect APIs
        • REST API
        • GraphQL
        • Google Sheets
        • S3
        • OpenAPI
        • Firebase
        • WooCommerce
        • OpenAI
        • Athena
        • Lambda
    • Query Library
    • Storage
      • Buckets
      • Uploads
      • Objects
  • Appizap Workflow Builder [Pro]
    • Workflows
      • Create a workflow
      • Nodes
      • Connections
      • Sticky Notes
      • Tags
      • Import and Export
      • Templates
      • Sharing
      • Settings
      • History
      • Find Workflow ID
    • Build Flow Logic
      • Conditional Nodes
      • Data Merging
      • Looping
      • Waiting
      • Sub-Workflow
      • Execution Order
    • Data Handling
      • Data Structure
      • Transforming data
      • Use Code
      • Mapping using UI
      • Data Item Linking
      • Data Pinning
      • Data Editing
      • Data Filtering
      • Data Mocking
      • Binary Data
    • Editor UI
    • Credentials
      • Create and Edit
      • Sharing
    • Integrations
      • Node Types
      • Core Nodes
      • Actions
      • Triggers
      • Credentials
      • Custom API Operations
    • Error Handling
      • Errors related to memory
    • Keyboard Shortcuts
  • Security & Compliance
  • Terms & Conditions
  • Privacy Policy
  • User Guide
    • Getting Started
    • Admin Console
    • Data Maintenance
Powered by GitBook
On this page
  • Basic
  • Interaction
  • Layout
  • Row Style
  • Column Style
  1. Appizap Studio
  2. Widget Library

Responsive Flex Layout

This adapts to the device screen to fit the screen and for better usability and navigation. It adjusts automatically to the device display and aligns the elements relatively.

PreviousText AreaNextTimer

Last updated 4 months ago

Basic

Columns

Property
Description

Add - To add a new column to the columns list

Move - To rearrange the columns among the set

Duplicate - To make a copy of the existing column

Delete - To remove an existing column from the set

Edit Column

Property
Description

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.

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. Shows a red-crossed warning symbol and can be customized to disable the widget according to certain conditions using low-code.

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.

Layout

Breakpoints

Property
Description

xs

Extra-small, abbreviated as "xs", refers to a measurement of 0 pixels

md

The media query with a medium size designation of 900 pixels is specified as "md, medium: 900px". This means that when the viewport width of a device reaches 900 pixels or less, the styles targeted by this media query will be applied.

xxl

Extra extra large and double extra large sizes are equivalent to 1536 pixels in width. These sizes are typically used in reference to clothing or digital design elements to indicate a larger than average size.

Flex Align

Property
Description

flex-start

Used in flex layout only, aligns the flex items flush against the flex container's main-start or cross-start side.

center

The flex items' margin boxes are centered within the line on the cross-axis. If the cross-size of an item is larger than the flex container, it will overflow equally in both directions.

flex-end

Used in flex layout only, aligns the flex items flush against the flex container's main-end or cross-end side.

baseline

The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

stretch

If the items are smaller than the alignment container, auto-sized items will be equally enlarged to fill the container, respecting the items' width and height limits.

Flex Gap

Used to create gaps or gutters between flex items.

Property
Description

none

No gap is assigned between the items.

small

A minimum gap is assigned between the items.

middle

A normal and standard space is created between the items

large

More space is assigned between the items.

Flex Justify

Property
Description

flex-start

The items are packed flush to each other toward the edge of the alignment container depending on the flex container's main-start side. This only applies to flex layout items.

center

The items are packed flush to each other toward the center of the alignment container along the main axis.

flex-end

The items are packed flush to each other toward the edge of the alignment container depending on the flex container's main-end side. This only applies to flex layout items.

space-between

The items are evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items is the same. The first item is flush with the main-start edge, and the last item is flush with the main-end edge.

space-around

The items are evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items is the same. The empty space before the first and after the last item equals half of the space between each pair of adjacent items. If there is only one item, it will be centered.

space-evenly

The items are evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items, the main-start edge and the first item, and the main-end edge and the last item, are all exactly the same.

Flex Direction

Property
Description

row

The flex container's main-axis is defined to be the same as the text direction. The main-start and main-end points are the same as the content direction.

column

The flex container's main-axis is the same as the block-axis. The main-start and main-end points are the same as the before and after points of the writing-mode.

Flex Wrap

Property
Description

nowrap

wrap

wrap-reverse

Behaves the same as wrap, but cross-start and cross-end are inverted.

Height

Auto

The height is auto-adjusted for the content

Fixed

The height of the widget is fixed

Row Style

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

Property
Description

Background

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.

Box Shadow

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. "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. "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. "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. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.

Border Color

Set the colour to the border lines. The border lines will be shown only if that is enabled.

Border Radius

This 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 outer elements.

Padding

This value is set in terms of "px" number, which creates the space between the border and the content of the widget.

Border Width

Set the thickness of the border of the widget using this value. It is defined using "px" terms.

Column Style

This represents each column box added inside the widget.

Property
Description

Background

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.

Box Shadow

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. "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. "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. "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. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.

Border Color

Set the colour to the borderlines for each column. The borderlines will be shown only if that is enabled.

Border Radius

This sets the radius on the corners of each column, enabling rounded corners to the column box. This value is defined in "px" terms.

Margin

This value is set in terms of "px" number, which creates the space between the border of the column and the outer space.

Padding

This value is set in terms of "px" number, which creates the space between the border and the content inside the column box.

Border Width

Set the thickness of the border of the widget using this value. It is defined using "px" term

The flex items are laid out in a single line which may cause the flex container to overflow. The cross-start is the equivalent of , depending on the value. This is the default value.

The flex items break into multiple lines. The cross-start is the equivalent of , depending on the current , and the value.

inline-start or block-start
flex-direction
inline-start or block-start
writing mode
flex-direction
Read-only
Set the visibility