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