<Feature> コンポーネントは、プロダクトで利用できる機能を一覧し、その機能へ進むリンクボタンを提供します。
header パラメーターは機能名、href パラメーターは機能へのリンクです。コンポーネントで囲んだテキストが説明になります。
import { Feature } from "~/components"
<Feature header="Astro" href="/style-guide/build-the-page/components/feature/">
Hello, world!
</Feature>Astro
こんにちは