home.rt
381 Bytes
<rt-import name="default" as="AppBar" from="material-ui/AppBar" />
<rt-import name="default" as="Paper" from="material-ui/Paper" />
<div rt-stateless>
<AppBar title="Test" iconClassNameRight="muidocs-icon-navigation-expand-more" />
<Paper style="{{padding: 10, margin: 10}}">
<h1>The message is <q>{props.message}</q></h1>
{props.input}
</Paper>
</div>