How to use @react-md/layout - 1 common examples

To help you get started, we’ve selected a few @react-md/layout examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mlaursen / react-md / packages / documentation / src / components / Layout / Layout.tsx View on Github external
const Layout: FC = ({
  children,
  title,
  pathname,
  defaultSize,
}) => (
  
    
      }
        navHeaderClassName="layout-nav-header"
        appBarChildren={}
        linkComponent={LinkUnstyled}
      >
        
        {children}
      
    
  
);

@react-md/layout

This package is used to configure most of react-md as well as create some pre-defined layouts

MIT
Latest version published 5 months ago

Package Health Score

70 / 100
Full package analysis

Popular @react-md/layout functions