Lite Button Reference
Complete property reference for the Axle Lite button.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| productName | string | Yes | Product name shown at checkout |
| price | number | Yes | Price in cents (e.g., 2999 = $29.99) |
| currency | string | Yes | ISO currency code (usd, eur, etc.) |
| buttonText | string | No | Button label (default: "Buy Now") |
| successUrl | string | No | Redirect URL after success |
| cancelUrl | string | No | Redirect URL if cancelled |
Styling
| Property | Type | Description |
|---|---|---|
| variant | string | "default", "outline", "ghost" |
| size | string | "sm", "md", "lg" |
| radius | string | "none", "sm", "md", "lg", "full" |