Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.14 KB

ng-materialize

A custom build of Materialize featuring native AngularJS components.

About

ng-materialize is a custom build of the Materialize framework that includes native AngularJS components. The directives favor simplicity over customization, and aim to adhere to a strict interpretation of Google's Material Design. The project removes Materialize's jQuery, Velocity.js and custom JavaScript dependencies, but requires ngAnimate and Waves (one of Materialize's hidden dependencies).

Visit http://wthomsen.github.io/ng-materialize for demos and documentation.

Getting Started

bower install ng-materialize

Notes:

  1. You do not need to include the original Materialize library.
  2. The Roboto and Material Icons font families are imported from Google Fonts in the css.

Running Documentation Locally

  1. Run npm install and bower install
  2. Run grunt serve
  3. Visit http://localhost:9000 in a browser