Ctrl+K

Mantine

Of course, you can use the MantineΒ  components in your Nextra documentation site. Here is an example of how to use the ButtonΒ  component:

import { Button, Center } from '@mantine/core';
 
# Mantine
 
Your markdown content here
 
<Center my={32}>
    <Button>Hello Mantine</Button>
</Center>

Third-party components

You can use any third-party components in your Nextra documentation site.

Here is an example of how to use the Mantine MarqueeΒ  components in your Nextra documentation site: