1. Components
  2. ComparisonSection

Components

ComparisonSection

Shows a comparison section showing the wrong way vs the right way.

ComparisonSection

Basic Usage

Edit the ComparisonSection.svelte component showing the old process and the new method a users will benefit from.

To import the component, use:

/src/routes/(marketing)/+page.svelte copy
        <script lang="ts">
    import ComparisonSection from "$lib/components/ComparisonSection.svelte"
</script>


<ComparisonSection/>
      

Previous <- Sparkles