Back to Docz

Hello world

examples/material-ui/home.mdx

2.4.0244 B
Original Source

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>