Where is the source of Google Design Principles | Material design

I have studied google development guidelines.

I have a good look at http://www.google.com/design/spec/material-design/introduction.html .

In the github source of the web starter kit. But, will there be a source somewhere http://www.google.com/design/spec/material-design/introduction.html ?

+3


source to share


2 answers


Polymer is a great library for embedding Google Material Design into your application: https://www.polymer-project.org/0.5/ .

Also, if you are building in Angular.JS, the guys at Google have created their own NPM module called Angular Material: https://material.angularjs.org . It has a number of installation methods available.



There is also another library that includes Google Material Design with Bootstrap: just search for "Bootstrap Material Design" or go here . This wonderful library was created by FezVrasta .

0


source


Material design is a great thing that Google brought. Here are some of the frameworks that you might find useful.

  • Materialize : It's great to start with. Just CSS, no JavaScript.
  • UI stuff : This is a library that I always use in my projects, but the problem you might run into is that this library depends on react.js .
  • Leaf BETA : In beta, it has an extensive list of components such as buttons, cards, sliders, menus, tabs, etc. It includes icons from Icomoon, not the original material design icons.
  • Polymer paper elements : Polymer has so many things. Almost all. It is submitted by Google, so you may not have a problem with that.
  • MUI CSS Framework : This is the library that I use for small human projects just because it is the only library I have found with better documentation.
  • Material Design with AngularJS : These are the frameworks you might know. There are still many mistakes in there.
  • Bootstrap Material Design : Last but not least, this will be of great benefit to you if you prefer a loading tray for web design.


As things change, some other frameworks may soon emerge to compete with them.

0


source







All Articles