---
name: Hello world
route: /
---

# Hello world

Hello, I'm a mdx file!

import Button from "@material-ui/core/Button";
import {Playground} from 'docz'

### Material UI Button

<Playground>
  <Button variant="contained" color="primary">
    Hello World
  </Button>
</Playground>