crate material ui theme code example
Example: material ui box
import * as React from 'react'
import Box from '@material-ui/core/Box'
const Example = ({children}) => (
{children}
)
import * as React from 'react'
import Box from '@material-ui/core/Box'
const Example = ({children}) => (
{children}
)