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")