Skip to content

Product features

Last updated View as MarkdownAgent setup

The ProductFeatures component is used 3 times on 3 pages.

See all examples of pages that use ProductFeatures

Used 3 times.

Pages

Partials

    Use when you need to list all available features within a product grouping inside of the index.json file in src/content/plans/. For the id property, specify the product object you want to use.

    import { ProductFeatures } from "~/components"
    
    <ProductFeatures id="dns" />

    Was this helpful?