Skip to content
Cloudflare Docs

Example

Example is used 150 times on 100 pages.

Pages which use Example

Pages

Partials

Use the <Example> component to add a box around some content. This can be useful when you want to demonstrate or showcase something without it being confused by the surrounding text.

Hello, world!

Hello world

Hello, world!

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>