Public pricing flow

Public pricing

Monthly, annual, comparison, enterprise, long-content, and mobile pricing compositions.

Pricing and plan comparison

Monthly, annual, comparison, enterprise, long-content, and narrow pricing states.

Enterprise

Procurement and security expectations remain product policy rather than component behavior.

ViewportFull width
Rubytest/dummy/app/components/gallery/flows/pricing_page.rb
workspace_surface do
  render_header
  render_cadence
  render_plans
  render_comparison if state == "comparison"
  render_enterprise if state == "enterprise"
end