react-static
Version:
A progressive static site generator for React
15 lines (13 loc) • 350 B
JavaScript
import React from 'react'
//
import Typography from 'material-ui/Typography'
export default () => (
<div>
<Typography type="headline" gutterBottom>
This is what we're all about.
</Typography>
<Typography type="body1">
React, static sites, performance, speed. It's the stuff that makes us tick.
</Typography>
</div>
)