materialuiupgraded
Version:
Material-UI's workspace package
22 lines (14 loc) • 799 B
Markdown
# Blog layout
## Usage
Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `Dashboard` component.
You can easily customise the layout to suit your design, and substitute an alternative markdown renderer.
## Files
| File | Purpose |
|--- |--- |
| `Blog.js` | Main file. Customise the layout by adding grid components and changing breakpoints. |
| `Markdown.js` | Markdown renderer. It enhances react-markdown output to use the Typography |component. You can customise it or substitute an alternative.
| `blog-post.x.md` | Sample blog posts to demonstrate the renderer.|
## Dependencies
- `@material-ui/core`
- `@material-ui/icons`
- `react-markdown`