import React from 'react'; import { Helmet } from 'react-helmet'; import brand from 'ba-api/brand'; import { SourceReader, PapperBlock } from 'ba-components'; import { Grid } from '@material-ui/core'; import { TemporaryDrawer, SwipeDrawer, PermanentDrawer, PersistentDrawer, MiniDrawer, BasicMenu, DropdownMenu, StyledMenu, MenuTransition } from './demos'; class DrawerMenu extends React.Component { render() { const title = brand.name + ' - UI Elements'; const description = brand.desc; const docSrc = 'containers/UiElements/demos/DrawerMenu/'; return (