How to add a button

To add a button, from the LAYOUT section,  drag and drop Button.

In button Properties -> GENERAL, you can change the Title, make a button disabled or hidden.

In APPEARANCE, you can style the button, change its size, color, set icon and use custom CSS.

In the ACTIONS, you can add or create an action to the button. In Actions, you can use low-code blocks as well as native code.

A Before and after server actions are processed on the client side and do not require system rebuild. In most cases, they are used for link creation and changing the site appearance.

Server actions require rebuild to be used in the app as they must be compiled on the server first. They are used to process and save/access data.