Skip to content

Feature table

Last updated View as MarkdownAgent setup

The FeatureTable component is used 98 times on 92 pages.

See all examples of pages that use FeatureTable

Used 98 times.

Pages

Partials

    Use when you need all the available information about a specific feature. For the id property, use dot notation to access the specific feature you want to share the information about. This will always be one below the grouped product, so <PRODUCT>.<FEATURE>

    This component pulls information from the index.json file in src/content/plans/.

    import { FeatureTable } from "~/components"
    
    <FeatureTable id="analytics.logpush" />

    Was this helpful?