Documentation
Components
Page
| Component | Description | Plan |
|---|---|---|
| Page | A container of the whole page. | Personal |
Layout
| Component | Description | Plan |
|---|---|---|
| Card | A card that contains three optional slots; a header, a body and a footer. | Personal |
| Divider | A way to divide content vertically; the content above the divider and the content below it. | Personal |
| Footer | A simple customizable footer that can be used at the bottom of the page. | Personal |
| Grid | A grid-based container that is useful for creating some layouts. | Personal |
| Menu bar | A simple customizable menu bar that can be used at the top of the page. | Personal |
| Section | A mostly flex-based general purpose layout container that can be used for more than that. | Personal |
| Side bar | Coming soon... | Personal |
| Spacer | A component that adds space between other components. | Personal |
Content
| Component | Description | Plan |
|---|---|---|
| Badge | A badge can be used to display unread notifications, item counts or status indicators among other things. | Personal |
| Heading | A heading with six different levels that have been configured using a typography scale. | Personal |
| Image | An image with built-in optimization capabilities. | Personal |
| List | A list that can be either ordered or unordered. | Personal |
| List item | An item in an ordered or unordered list. | Personal |
| Rich text | A rich-text editor and viewer with support for text styles and headings among other things. | Pro |
| Table | A component that contains mainly tabular data. | Personal |
| Table data | A component that contains the tabular data for a column in a row of a table. | Personal |
| Table header | A component that contains the header for a column in a row of a table. | Personal |
| Table row | A component that represents a row in a table. | Personal |
| Text | A component that contains text. | Personal |
Interaction
| Component | Description | Plan |
|---|---|---|
| Button | A button or a link that looks like a button. | Personal |
| Canvas | A programmable canvas that can be used to create interactive experiences, tools or games. | Pro Gold |
| Link | A link that can be configured to open in the same window or a separate blank window. | Personal |
| Map | A map that uses tiles from OpenStreetMap by default. | Pro |
Forms
| Component | Description | Plan |
|---|---|---|
| Checkbox | A checkbox that is useful in forms among other places. | Personal |
| Form | A form that allows you to submit data. | Personal |
| Input | An input that can be used in a form or other places and receive input. | Personal |
| Label | A label that mainly describes form controls like inputs and selects. | Personal |
| Radio group | A radio group where only one radio button can be enabled at a time. | Personal |
| Select | A form component with a drop-down menu where you can select an option. | Personal |
| Switch | A component that acts in a similar way to a checkbox but looks different. | Personal |
| Text area | A text area that can be used in a form or other places and receive input. | Personal |
Feedback and status
| Component | Description | Plan |
|---|---|---|
| Alert | A content container that alerts the user in a visual way using different themes. | Personal |
| Dialog | A dialog that contains three optional slots; a header, a body and a footer. | Personal |
| Spinner | A component that spins around forever and is useful for when things are loading. | Personal |
Advanced
| Component | Description | Plan |
|---|---|---|
| Element | A useful component if you cannot do what you want with other existing ones. | Pro Gold |
Expressions
Constants
| Expression | Description | Plan |
|---|---|---|
| Literal | Coming soon... | Personal |
Math
| Expression | Description | Plan |
|---|---|---|
| Abs | Returns the absolute value of a number. | Personal |
| Acos | Returns the inverse cosine of a number in radians. | Pro |
| Acosh | Returns the inverse hyperbolic cosine of a number. | Pro |
| Add | Returns the sum of the addition. | Personal |
| Asin | Returns the inverse sine of a number in radians. | Pro |
| Asinh | Returns the inverse hyperbolic sine of a number. | Pro |
| Atan | Returns the inverse tangent of a number in radians. | Pro |
| Atan2 | Returns the radian-based angle in the plane between the positive X-axis and the ray from (0, 0) to the point (x, y). | Pro |
| Atanh | Returns the inverse hyperbolic tangent of a number. | Pro |
| Average | Returns the average number of the supplied array, or 0 if the array is empty. | Personal |
| Ceil | Returns the smallest integer greater than or equal to the given number. | Personal |
| Clamp | Coming soon... | Personal |
| Cos | Returns the cosine of a number in radians. | Pro |
| Cosh | Returns the hyperbolic cosine of a number. | Pro |
| Divide | Coming soon... | Personal |
| Floor | Returns the largest integer less than or equal to the given number. | Personal |
| Max | Coming soon... | Personal |
| Min | Coming soon... | Personal |
| Multiply | Coming soon... | Personal |
| PI | Coming soon... | Personal |
| Pow | Returns the value of the provided base raised to the provided power. | Pro |
| Random | Coming soon... | Personal |
| Round | Coming soon... | Personal |
| Sin | Returns the sine of a number in radians. | Pro |
| Sinh | Returns the hyperbolic sine of a number. | Pro |
| Sqrt | Returns the square root of a number. | Pro |
| Subtract | Coming soon... | Personal |
| Sum | Coming soon... | Personal |
| Tan | Returns the tangent of a number in radians. | Pro |
| Tanh | Returns the hyperbolic tangent of a number. | Pro |
Logic
| Expression | Description | Plan |
|---|---|---|
| And | Coming soon... | Personal |
| Coalesce | Coming soon... | Personal |
| Equals | Coming soon... | Personal |
| Greater than | Coming soon... | Personal |
| Greater than or equal to | Coming soon... | Personal |
| If | Coming soon... | Personal |
| Includes | Coming soon... | Pro |
| Less than | Coming soon... | Personal |
| Less than or equal to | Coming soon... | Personal |
| Not | Coming soon... | Personal |
| Or | Coming soon... | Personal |
Text
| Expression | Description | Plan |
|---|---|---|
| Concatenate | Coming soon... | Personal |
| Contains | Coming soon... | Personal |
| Is e-mail | Coming soon... | Personal |
| Join | Coming soon... | Personal |
| Lower-case | Coming soon... | Personal |
| Replace | Coming soon... | Personal |
| Split | Coming soon... | Personal |
| String length | Coming soon... | Personal |
| Substring | Coming soon... | Personal |
| To string | Coming soon... | Personal |
| Trim | Coming soon... | Personal |
| Upper-case | Coming soon... | Personal |
Collections
| Expression | Description | Plan |
|---|---|---|
| All | Coming soon... | Pro |
| Any | Coming soon... | Pro |
| Count | Coming soon... | Pro |
| Distinct | Coming soon... | Pro |
| Filter | Coming soon... | Pro |
| First | Coming soon... | Pro |
| Group by | Coming soon... | Pro Gold |
| Last | Coming soon... | Pro |
| Length | Coming soon... | Pro |
| Lookup | Coming soon... | Pro Gold |
| Map | Coming soon... | Pro |
| Pipeline | Coming soon... | Pro Gold |
| Range | Coming soon... | Pro |
| Sort | Coming soon... | Pro |
Object
| Expression | Description | Plan |
|---|---|---|
| Get by key | Coming soon... | Personal |
| Object | Coming soon... | Pro |
| Path | Coming soon... | Pro |
| State | Coming soon... | Pro |
Conversion
| Expression | Description | Plan |
|---|---|---|
| Degrees to radians | Coming soon... | Personal |
| Hours to milliseconds | Coming soon... | Personal |
| Hours to minutes | Coming soon... | Personal |
| Hours to seconds | Coming soon... | Personal |
| Milliseconds to hours | Coming soon... | Personal |
| Milliseconds to minutes | Coming soon... | Personal |
| Milliseconds to seconds | Coming soon... | Personal |
| Minutes to hours | Coming soon... | Personal |
| Minutes to milliseconds | Coming soon... | Personal |
| Minutes to seconds | Coming soon... | Personal |
| Radians to degrees | Coming soon... | Personal |
| Seconds to hours | Coming soon... | Personal |
| Seconds to milliseconds | Coming soon... | Personal |
| Seconds to minutes | Coming soon... | Personal |
| To array | Coming soon... | Personal |
| To boolean | Coming soon... | Personal |
| To number | Coming soon... | Personal |
| To object | Coming soon... | Personal |
Date & Time
| Expression | Description | Plan |
|---|---|---|
| Date add | Coming soon... | Pro |
| Date difference | Coming soon... | Pro |
| Date part | Coming soon... | Personal |
| Format date | Coming soon... | Personal |
| Now | Coming soon... | Personal |
Component
| Expression | Description | Plan |
|---|---|---|
| Component property | Coming soon... | Pro |
Viewport
| Expression | Description | Plan |
|---|---|---|
| Is desktop | Coming soon... | Personal |
| Is landscape | Coming soon... | Personal |
| Is mobile | Coming soon... | Personal |
| Is portrait | Coming soon... | Personal |
| Is tablet | Coming soon... | Personal |
| Viewport height | Coming soon... | Personal |
| Viewport orientation | Coming soon... | Personal |
| Viewport width | Coming soon... | Personal |
Socket
| Expression | Description | Plan |
|---|---|---|
| Is socket connected | Coming soon... | Pro Gold |
| Is socket disconnected | Coming soon... | Pro Gold |
| Is socket reconnecting | Coming soon... | Pro Gold |
| Socket data | Coming soon... | Pro Gold |
| Socket data array | Coming soon... | Pro Gold |
Canvas
| Expression | Description | Plan |
|---|---|---|
| Canvas delta time | Coming soon... | Pro Gold |
| Canvas FPS | Coming soon... | Pro Gold |
| Canvas frame | Coming soon... | Pro Gold |
| Canvas height | Coming soon... | Pro Gold |
| Canvas key down | Coming soon... | Pro Gold |
| Canvas mouse button | Coming soon... | Pro Gold |
| Canvas mouse down | Coming soon... | Pro Gold |
| Canvas mouse moved | Coming soon... | Pro Gold |
| Canvas mouse pressed | Coming soon... | Pro Gold |
| Canvas mouse released | Coming soon... | Pro Gold |
| Canvas mouse wheel | Coming soon... | Pro Gold |
| Canvas mouse X | Coming soon... | Pro Gold |
| Canvas mouse Y | Coming soon... | Pro Gold |
| Canvas time | Coming soon... | Pro Gold |
| Canvas width | Coming soon... | Pro Gold |
Platform User
| Expression | Description | Plan |
|---|---|---|
| Is platform user admin | Coming soon... | Pro |
| Is platform user authenticated | Coming soon... | Personal |
| Is platform user website owner | Coming soon... | Personal |
| Platform user e-mail | Coming soon... | Personal |
User
| Expression | Description | Plan |
|---|---|---|
| Is user authenticated | Coming soon... | Pro Gold |
| User e-mail | Coming soon... | Pro Gold |
| User name | Coming soon... | Pro Gold |
Website
| Expression | Description | Plan |
|---|---|---|
| Website description | Coming soon... | Personal |
| Website language | Coming soon... | Personal |
| Website name | Coming soon... | Personal |
Actions
Navigation
| Action | Description | Plan |
|---|---|---|
| Navigate | Coming soon... | Pro |
Component
| Action | Description | Plan |
|---|---|---|
| Update component | Coming soon... | Pro |
State
| Action | Description | Plan |
|---|---|---|
| Add state value | Coming soon... | Pro |
| Set state value | Coming soon... | Pro |
Flow Control
| Action | Description | Plan |
|---|---|---|
| For each | Coming soon... | Pro |
| If | Coming soon... | Pro |
| Wait | Coming soon... | Pro |
Socket
| Action | Description | Plan |
|---|---|---|
| Socket broadcast | Coming soon... | Pro Gold |
| Socket connect | Coming soon... | Pro Gold |
| Socket data add | Coming soon... | Pro Gold |
| Socket data clear | Coming soon... | Pro Gold |
| Socket data remove | Coming soon... | Pro Gold |
| Socket disconnect | Coming soon... | Pro Gold |
| Socket emit | Coming soon... | Pro Gold |
Canvas
| Action | Description | Plan |
|---|---|---|
| Canvas circle | Coming soon... | Pro Gold |
| Canvas clear | Coming soon... | Pro Gold |
| Canvas image | Coming soon... | Pro Gold |
| Canvas line | Coming soon... | Pro Gold |
| Canvas polygon | Coming soon... | Pro Gold |
| Canvas rectangle | Coming soon... | Pro Gold |
| Canvas restore | Coming soon... | Pro Gold |
| Canvas rotate | Coming soon... | Pro Gold |
| Canvas save | Coming soon... | Pro Gold |
| Canvas scale | Coming soon... | Pro Gold |
| Canvas text | Coming soon... | Pro Gold |
| Canvas translate | Coming soon... | Pro Gold |
User
| Action | Description | Plan |
|---|---|---|
| User sign in | Coming soon... | Pro Gold |
| User sign out | Coming soon... | Pro Gold |
| User sign up | Coming soon... | Pro Gold |
Debugging
| Action | Description | Plan |
|---|---|---|
| Coming soon... | Pro |