A pricing section with three prices, one highlighted.

Pricing.svelte

Basic Usage

Add your business model details to the Pricing.svelte component.

To import the component, use:

+page.svelte
<script lang="ts">
    import Pricing from '$lib/ui/marketing/Pricing.svelte';
</script>

<Pricing />