Help center
FAQ, search, zero-result, support contact, validation, outcome, long-content, and mobile states.
Help center, FAQ, and contact
FAQ, search, zero-result, support form, validation, outcome, long-content, and narrow states.
Complete screen
Contact support
Tell us what happened and where to send the reply.
Send a support request
Share enough context for the support team to reproduce the issue. We usually reply within one business day.
Viewport
Ruby
test/dummy/app/components/gallery/compositions/help_center_page.rbworkspace_surface do
render_header
case state
when "faq", "long", "mobile"
render_search
render_faq
when "search", "empty"
render_search
render_search_results
when "contact", "contact-validation"
render_contact
when "contact-sent"
render_contact_sent
end
end