Element properties
In this section, we'll cover elements and their properties. Properties are dividied into:
Container-specific properties: Properties for container elements for web and mobile.
Element-specific properties: Properties for visual and input elements for web and mobile.
Container-specific properties
Containers also come with properties that only apply to a specific type.
Web
Group
A Group is a general-purpose container that holds other elements. It serves both a visual and a data role in your app.
Repeating group
A repeating group is a container that displays a list of items by repeating its cell layout once per item in a data source.
Popup
A container displayed above the page content, typically used for modals, dialogs, or focused user interactions.
Floating Group
A container that remains fixed relative to the viewport rather than the page layout.
Group Focus
A group focus is a contextual container that appears relative to another element on the page.
Table
A Table is a structured container that displays tabular data in predefined rows and columns.
Mobile
Group
A general-purpose container that holds other elements. It serves both a visual and a data role in your app.
Floating Group
A container that remains fixed relative to the viewport rather than the view layout.
Sheet
Overlay elements that provide focused interaction while keeping the underlying view visible
Element-specific properties
Element-specific properties are documented in articles that correspond to the element categories, as they appear in the element palette. Each category groups elements with similar functionality, and their reference entries describe the properties unique to those elements.
Web
Bubble-made plugin elements
Elements added by installing plugins. The documentation only covers plugins made by Bubble.
Mobile
Reusable elements
Reusable element
A reusable element is a container (similar to a group) that holds other elements and can be placed in multiple locations throughout your app. Reusable elements work for both web apps and mobile, but they function independently. A reusable element for web cannot be used in a native mobile app, and vice versa.
Reusable elements (web and mobile)
Last updated
Was this helpful?