Skip to content

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

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

The Example component is used 201 times on 114 pages.

See all examples of pages that use Example

Used 201 times.

Pages

Partials

<Example> コンポーネントを使うと、内容の周囲に枠を付けられます。周囲の本文と混同させずに、実例や見本を示したいときに便利です。

import { Example } from "~/components"

<Example>
    Hello, world!
</Example>

{/*
    `title` is an optional string which customizes the title of your example card
*/}

<Example title="Hello world">
    Hello, world!
</Example>

役に立ちましたか?