项目作者: ie-consuegra

项目描述 :
Modern materialize for apps, is a Materialize theme that "clones" the modern material design appearance of mobile and web apps.
高级语言: HTML
项目地址: git://github.com/ie-consuegra/MM-for-Apps.git
创建时间: 2020-09-30T00:47:12Z
项目社区:https://github.com/ie-consuegra/MM-for-Apps

开源协议:MIT License

下载


MM for Apps theme

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.

  1. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
  2. <link rel="stylesheet" href="css/mmforapps.css">

Features

  • Nav default background color set to white
  • Navbar is not only responsive but it gets the appearance of one of a mobile app or a desktop web app.
  • Cards with rounded corners

Create a sidenav with MM for apps

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.

  1. <li class="brand">
  2. <a href="">
  3. <img src="img/appicon.jpg" alt="">
  4. <span class="name">My Web App</span>
  5. </a>
  6. </li>

Narrow class for tables

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.

Current issues

  • Distances between the icon and the name of the app.
  • Main search input behaviour, size on large screens and background color

Todo

  • Sidenav on large screens must be capable of having one more behavior equal to the side menu of Gmail, which keeps the icons visible after hiding the panel.
  • Capability of showing (circular) buttons, dropdown menus and the user profile picture on the right side of the navbar.
  • On large screen: Capability to show an “action button” (like the compose button of Gmail or the Create one of Calendar) on the sidenav.