ESC
Components > Pricing
page.tsx
1import Pricing from "@/components/landing-components/Pricing/Pricing.vue";
It's a pricing component that you can customize to show different pricing plans. You can use it for one-time payments or subscriptions.

Setup the pricing plans of your
Stripe
or LemonSqueezy
stores inside config.ts
file and the component will start rendering the plans accordingly. That is as easy as it seems! 🚀Configuring payment
Check out our payments documentation to learn more about setting up the payments.