Button
Clickable button with label, icon, variants (solid, outline, ghost), and event handlers.
Category: Commonly Used
Problems it solves
Users need clear calls-to-action: submit, save, navigate, run a search.
How to use it
Drag Button → set label/icon → Inspector → On click → add action chain (Notify, Run Query, Navigate, etc.).
Examples
Example solves: "Search" triggers query · "Save draft" sets variable · "Go to Settings" navigates to /settings.
Common mistakes
- Button with no event handler — does nothing on click.