Everything you need to add Stripe Elements to your Svelte project. 100% SvelteKit compatible.
Stripe is now sponsoring this project
Documentation
Used by
Components
The following components are provided:
<Elements/>: A wrapper component to set context.
<CardNumber/>: Input field for the card's number.
<CardExpiry/>: Input field for the card's expiration date.
<CardCvc/>: Input field for Card Verification Value.
<Card/>: All-in-one component that has inputs for card number, expiry, cvc, and zip code.
<Iban/>: Input field for IBAN (International bank account number).
<Ideal/>: Input field for iDEAL (payment system used in the Netherlands).
<PaymentElement/>: All-in-one component that allows the user to choose the type of payment.
<ExpressCheckout/>: Pay with a wallet without leaving the page using GooglePay, ApplePay, or Link.
<LinkAuthenticationElement/>: Ability to use saved payment methods stored in Link.
<Address/>: Component for collecting billing and shipping addresses.