@tickean/checkout-elements
v0.2.23
Published
Tickean Checkout web components (Custom Elements)
Readme
@tickean/checkout-elements
Tickean Checkout web components with Shadow DOM, appearance themes, wizard steps, and i18n.
Requires @tickean/checkout-js ≥ 0.2.12. Current package version: 0.2.23.
<script type="module">
import '@tickean/checkout-elements';
</script>
<tickean-checkout
publishable-key="pk_test_demo"
event-slug="demo-festival"
demo
locale="es-AR"
appearance="default"
></tickean-checkout>
Elements
tickean-checkout— full flow (layout="steps"by default)tickean-ticket-selectortickean-discounttickean-buyer-verificationtickean-payment— handlesnextAction(transfer instructions, redirect, provider placeholders)tickean-order-summary
Recovery
On mount, <tickean-checkout> reads ?resume= from the page URL, exchanges it via /v1/checkout/recovery/exchange, rehydrates cart/buyer/purchase, and clears the query param.
Appearance
Themes: default | flat | night | none. CSS variables: --tickean-*.
Docs: Flujo del wizard · WordPress
