🚀 Conversion SDK - Demo Index

Welcome to the Conversion SDK demos. Choose a demo to explore different features:

Quick Start

The SDK automatically discovers and initializes components based on HTML attributes:

<div os-component="selector" os-variant="quantity">
  <div os-element="card" os-value="2">2 Pack</div>
  <div os-element="card" os-value="4">4 Pack</div>
</div>