Skip to main content

How to Use the Button Element

Sofia Maconi avatar
Written by Sofia Maconi
Updated over a month ago

Transcript

In this Quick Tip, we're going to learn about the button element.

The button element is used in almost every Bubble app. While most elements can be used to trigger a workflow, the button element is the most familiar way to do so.

When we add a button to the page, we get a button element that users can click. We can change the width and height, style it, and include hover conditionals to change any styling property or make it more interactive when the user hovers over it.

We can set the text for what we want the button to say, as well as control if the button is clickable or not.

Finally, we can start our workflows from the button, automatically creating an Element is clicked event for this button that will trigger actions when this button is clicked.

Experiment more by adding the button element to your app, style it, and start workflows from it.

That's it for this Quick Tip. For more, be sure to check out bubble.io/academy.

Did this answer your question?