Skip to content
Cloudflare Docs

Feature

The Feature component is used 209 times on 63 pages.

See all examples of pages that use Feature

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

Astro

Hello, world!