React = require 'react' Typography = require 'typography' typography = new Typography() {TypographyStyle} = typography module.exports = React.createClass getDefaultProps: -> title: "Default title" body: "" render: -> {@props.title}