Materialize Your Visualforce Page Using Google Material Design
A Little background About this Post Now-a-days there are lot of UI frameworks available in Market and many of them can be utilized in visualforce pages to improve UI/UX. Recently I saw harshit pandey’s post shared by jitendra zaa on Google Material Design ,I did my hands dirty using angular-material framework based on Google material design . What is Material Design ? Material Design is a specification for a unified system of visual, motion, and interaction design that adapts across different devices and different screen sizes. Please visit http://www.google.com/design/spec/material-design/introduction.html to understand it. What is Angular-Material Framework ? The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible UI components based on the Material Design system. Please visit https://material.angularjs.org/latest/#/ to understand it. Visual Sa...