Skip to content

Feature

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/feature/">
Hello, world!
</Feature>

Astro

Hello, world!