Modern materialize for apps, is a Materialize theme that "clones" the modern material design appearance of mobile and web apps.
Modern Materialize for Apps is a theme based on Materialize. It is focused on provide an up to date interface equal to the well known web and mobile apps of the “big G”.
The theme is just a CSS file. So, just add the reference to the CSS file after that to the Materialize one.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="css/mmforapps.css">
MM for apps uses the “brand” class to replace the “user-view” one on the regular Materialize sidenav.
Add it to the first < li > tag on the sidenav to wrap your Logo and Name of the app, which are defined inside and < a > tag too.
<li class="brand">
<a href="">
<img src="img/appicon.jpg" alt="">
<span class="name">My Web App</span>
</a>
</li>
Materialize has 4 table variations by default: striped, highlight, centered and responsive. MM for apps adds one more, the narrow class.
The narrow class simply makes a table more compact vertically. It can be combined with any other materialize class.