Pages
Introduction Colors & Tokens Icons
UI
Button Link Badge Notification Badge Alert Card Spinner Avatar Divider Empty State
Interactive
Modal Side Modal Dropdown Tooltip Accordion Tabs Flash Toast Support Button
Forms
Form Select Toggle Checkbox & Radio Text Fields Date & Time Fields
Layout
Navbar Sidebar Table Pagination Breadcrumbs Selector List
Utilities
Local Time
app_theme v1.39.1

Support Button

A fixed-position support widget driven by the app-theme-support-button custom element. Clicking the trigger toggles a panel with contact options.

With all options

= app_theme_support_button(
    phone_number: "+1 (800) 555-0100",
    email: "hello@example.com",
    book_call_url: "https://calendly.com/example")

Phone and email only

= app_theme_support_button(
    phone_number: "+1 (800) 555-0100",
    email: "hello@example.com")

Email only

= app_theme_support_button(email: "hello@example.com")