Skip to Content
✨ Mantine + NextJS + Nextra
DocumentationHome

Hello

Hello, world!

content/index.tsx
export const meta = { title: 'Hello', }; export default function Index() { return ( <> <h1>Hello</h1> <p>Hello, world!</p> </> ); }

Mantine Components

Here you may use the Mantine components:

<Button>Hello, world!</Button>
Last updated on