Components
Pricing
Guide for Pricing.svelte component
This component provides a sleek section for explaining your pricing options.
Location: src/components/Pricing.svelte
Setup
To change the price cards and their details you can edit the cards
array:
Pricing.svelte
For the Stripe checkout function to work, the
id
property must be the same as you defined in src/routes/api/stripe/+server.ts
. See the Payments section for more details.