Skip to content

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

プラン

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

The Plan component is used 74 times on 70 pages.

See all examples of pages that use Plan

Used 74 times.

Pages

Partials

    Plan コンポーネントでは、製品に必要なプランの種類を示せます。製品のメインの Overview ページ で使うか、追加要件のある特定機能を説明するページで使います。

    <Plan type="<PLAN_TYPE>" /> を使い、製品の提供状況に合う type を選びます。

    詳細は次の例を参照してください。

    import { Plan } from "~/components"
    
    <Plan type="all" />
    <Plan type="paid" />
    <Plan type="pro" />
    <Plan type="business" />
    <Plan type="add-on" />
    <Plan type="ent-add-on" />
    <Plan type="workers-all" />
    <Plan type="workers-paid" />
    <Plan type="beta" />

    役に立ちましたか?