The comparisons module powers a “compare products” feature on the storefront. Customers select up to four products and see a side-by-side table of attributes, price, inventory, and ratings. State persists per browser; signed-in customers can save a comparison set. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/comparisons · npm: @86d-app/comparisons
Installation
Configuration
Components
<CompareButton productId={id} />: per-product “Add to compare” toggle.<CompareDrawer />: floating drawer showing currently selected items.<ComparePage />: full side-by-side comparison view.

