Skip to content

Example

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>