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 table. | Personal |
| Table row | A component that contains 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 text areas. | Personal |
| Radio group | A radio group where only one radio button can be enabled at a time. | Personal |
| Select | A form control 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 |
|---|---|---|
| Absolute | Returns the absolute value of a number. | Personal |
| Inverse cosine | Returns the inverse cosine of a number in radians. | Pro |
| Inverse hyperbolic cosine | Returns the inverse hyperbolic cosine of a number. | Pro |
| Add | Returns the sum of the addition. | Personal |
| Inverse sine | Returns the inverse sine of a number in radians. | Pro |
| Inverse hyperbolic sine | Returns the inverse hyperbolic sine of a number. | Pro |
| Inverse tangent | Returns the inverse tangent of a number in radians. | Pro |
| Angle between points | 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 |
| Inverse hyperbolic tangent | 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 |
| Ceiling | Returns the smallest integer greater than or equal to the given number. | Personal |
| Clamp | Coming soon... | Personal |
| Cosine | Returns the cosine of a number in radians. | Pro |
| Hyperbolic cosine | Returns the hyperbolic cosine of a number. | Pro |
| Divide | Returns the quotient of the division. | Personal |
| Floor | Returns the largest integer less than or equal to the given number. | Personal |
| Maximum | Coming soon... | Personal |
| Minimum | Coming soon... | Personal |
| Multiply | Returns the product of the multiplication. | Personal |
| PI | Coming soon... | Personal |
| Power of | Returns the value of the provided base raised to the provided power. | Pro |
| Random | Coming soon... | Personal |
| Round | Coming soon... | Personal |
| Sine | Returns the sine of a number in radians. | Pro |
| Hyperbolic sine | Returns the hyperbolic sine of a number. | Pro |
| Square root | Returns the square root of a number. | Pro |
| Subtract | Returns the difference of the subtraction. | Personal |
| Sum | Coming soon... | Personal |
| Tangent | Returns the tangent of a number in radians. | Pro |
| Hyperbolic tangent | 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 address | Coming soon... | Personal |
| Join | Coming soon... | Personal |
| Lowercase | Coming soon... | Personal |
| Replace | Coming soon... | Personal |
| Split | Coming soon... | Personal |
| Length | Coming soon... | Personal |
| Substring | Coming soon... | Personal |
| To string | Coming soon... | Personal |
| Trim | Coming soon... | Personal |
| Uppercase | 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 |
|---|---|---|
| Add | Coming soon... | Pro |
| Difference | Coming soon... | Pro |
| Part | Coming soon... | Personal |
| Format | Coming soon... | Personal |
| Now | Coming soon... | Personal |
Component
| Expression | Description | Plan |
|---|---|---|
| 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 |
| Height | Coming soon... | Personal |
| Orientation | Coming soon... | Personal |
| Width | Coming soon... | Personal |
WebSocket
| Expression | Description | Plan |
|---|---|---|
| Is connected | Coming soon... | Pro Gold |
| Is connected | Coming soon... | Pro Gold |
| Is reconnecting | Coming soon... | Pro Gold |
| Data | Coming soon... | Pro Gold |
| Data array | Coming soon... | Pro Gold |
Canvas
| Expression | Description | Plan |
|---|---|---|
| Delta time | Coming soon... | Pro Gold |
| Frames per second | Coming soon... | Pro Gold |
| Frame | Coming soon... | Pro Gold |
| Height | Coming soon... | Pro Gold |
| Key down | Coming soon... | Pro Gold |
| Mouse button | Coming soon... | Pro Gold |
| Mouse down | Coming soon... | Pro Gold |
| Mouse moved | Coming soon... | Pro Gold |
| Mouse pressed | Coming soon... | Pro Gold |
| Mouse released | Coming soon... | Pro Gold |
| Mouse wheel | Coming soon... | Pro Gold |
| Mouse X | Coming soon... | Pro Gold |
| Mouse Y | Coming soon... | Pro Gold |
| Time | Coming soon... | Pro Gold |
| Width | Coming soon... | Pro Gold |
Platform User
| Expression | Description | Plan |
|---|---|---|
| Is administrator | Coming soon... | Pro |
| Is authenticated | Coming soon... | Personal |
| Is website owner | Coming soon... | Personal |
| E-mail address | Coming soon... | Personal |
User
| Expression | Description | Plan |
|---|---|---|
| Is authenticated | Coming soon... | Pro Gold |
| E-mail address | Coming soon... | Pro Gold |
| Name | Coming soon... | Pro Gold |
Website
| Expression | Description | Plan |
|---|---|---|
| Description | Coming soon... | Personal |
| Language | Coming soon... | Personal |
| Name | Coming soon... | Personal |
Actions
Navigation
| Action | Description | Plan |
|---|---|---|
| Navigate | Coming soon... | Pro |
Component
| Action | Description | Plan |
|---|---|---|
| Update | Coming soon... | Pro |
State
| Action | Description | Plan |
|---|---|---|
| Add value | Coming soon... | Pro |
| Set value | Coming soon... | Pro |
Flow Control
| Action | Description | Plan |
|---|---|---|
| For each | Coming soon... | Pro |
| If | Coming soon... | Pro |
| Wait | Coming soon... | Pro |
WebSocket
| Action | Description | Plan |
|---|---|---|
| Broadcast | Coming soon... | Pro Gold |
| Connect | Coming soon... | Pro Gold |
| Add data | Coming soon... | Pro Gold |
| Clear data | Coming soon... | Pro Gold |
| Remove data | Coming soon... | Pro Gold |
| Disconnect | Coming soon... | Pro Gold |
| Emit | Coming soon... | Pro Gold |
Canvas
| Action | Description | Plan |
|---|---|---|
| Circle | Coming soon... | Pro Gold |
| Clear | Coming soon... | Pro Gold |
| Image | Coming soon... | Pro Gold |
| Line | Coming soon... | Pro Gold |
| Polygon | Coming soon... | Pro Gold |
| Rectangle | Coming soon... | Pro Gold |
| Restore | Coming soon... | Pro Gold |
| Rotate | Coming soon... | Pro Gold |
| Save | Coming soon... | Pro Gold |
| Scale | Coming soon... | Pro Gold |
| Text | Coming soon... | Pro Gold |
| Translate | Coming soon... | Pro Gold |
User
| Action | Description | Plan |
|---|---|---|
| Sign in | Coming soon... | Pro Gold |
| Sign out | Coming soon... | Pro Gold |
| Sign up | Coming soon... | Pro Gold |
Debugging
| Action | Description | Plan |
|---|---|---|
| Coming soon... | Pro |