Button
A Button is a tappable element with a text label. Use it for calls to action like "Get in touch" or "Shop now". It can open a link when a visitor taps it.
How to add it
EditorInsert (⌘/)Building BlocksButtonOpen the Insert menu (the plus button, or press ⌘ /), search for Button under Building Blocks, and choose where to place it. See Adding Components for placement options.
Button settings
This setting is unique to the Button. Select the button on the canvas to find it at the top of the Fields panel.
Making the button do something
By default a button is just for show. To make it act, open the Click Event section and turn on Enable Click Event, then pick a Type:
- Link — enter a web address in the URL field. Tapping the button opens that address.
- Subscription — turns the button into an email sign-up. See Email Subscription.
- Lemon Squeezy — sells a product through a checkout overlay. See Selling a Digital Product.
A button with no click action is fine for mockups, but a live page usually wants every button to lead somewhere.
Styling
Everything about how the button looks comes from the shared styling sections:
- Change the label's font, size, and colour under Typography.
- Set the button's fill colour, size, padding, and margins under Appearance. By default a button has a purple background with fully rounded, pill-shaped corners.
- Adjust the outline and corner roundness under Border.
All of these are covered in detail in Common Fields.
If you want a button that shows an icon instead of text, use the Icon Button block.