Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

Feature

最終更新 Markdown で表示Agent セットアップ

The Feature component is used 251 times on 67 pages.

See all examples of pages that use Feature

Used 251 times.

Pages

Partials

    <Feature> コンポーネントは、プロダクトで利用できる機能を一覧し、その機能へ進むリンクボタンを提供します。

    header パラメーターは機能名、href パラメーターは機能へのリンクです。コンポーネントで囲んだテキストが説明になります。

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

    こんにちは

    役に立ちましたか?