All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.layout.dashboard.DashboardBanner.tsx Maven / Gradle / Ivy

There is a newer version: 0.80.3
Show newest version
import DashboardMenu from 'components/layout/dashboard/DashboardMenu';
import { BannerSlidingExpander } from 'components/layout/sidebar/Sidebar';

import { Box, GearsMuiTheme, Toolbar, useTheme } from '@mui/material';

const DashboardBanner = ({ onMobileNavOpen }: {onMobileNavOpen: () => void}) => {
  const theme = useTheme()

  return (
      
        
        
        
      
  );
};

export default DashboardBanner;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy