Skip to content

Feature

Last updated View as MarkdownAgent setup

The Feature component is used 251 times on 67 pages.

See all examples of pages that use Feature

Used 251 times.

Pages

Partials

    The <Feature> component lists features available in the product and provides a link button to use the feature.

    The header parameter supplies the feature name and the href parameter supplies the link to the feature. Text wrapped in the component supplies the description.

    import { Feature } from "~/components"
    
    <Feature header="Astro" href="/style-guide/build-the-page/components/feature/">
       Hello, world!
    </Feature>
    Astro

    Hello, world!

    Was this helpful?