First sketch of ui types

This commit is contained in:
uwap 2017-11-10 19:45:44 +01:00
parent 82081e7c83
commit b22e28dc44
8 changed files with 221 additions and 105 deletions

View file

@ -60,6 +60,7 @@ class SideBar extends React.Component<SideBarProps & Classes, SideBarState> {
</Toolbar>
</AppBar>
<List id="drawer_uiComponents">
{this.props.children}
</List>
</Drawer>
);