From 792e4afac1fe71ae07a596973e3a36a87b636166 Mon Sep 17 00:00:00 2001 From: Justin DuJardin Date: Sun, 21 Feb 2016 15:53:11 -0800 Subject: [PATCH] feat(README): add purpose statement - I don't have the time to maintain a competitive ui framework. - I will enjoy using the official set of components when they are ready. - I'll try to put out :fire:s, but need more community support to keep things up-to-date. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c320215..6e286ed4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ng2-material [![Build Status](https://travis-ci.org/justindujardin/ng2-material. --- [![Sauce Test Status](https://saucelabs.com/browser-matrix/ng2material.svg)](https://saucelabs.com/u/ng2material) -This is an *unofficial* implementation of Material Design components for Angular 2. +## Purpose + +This is an implementation of [Material Design](https://www.google.com/design/spec/material-design/) components for Angular 2. It is meant to be a workable set of components that can be used until an official implementation is provided by Google. As the [angular/material2](https://github.com/angular/material2) components become more usable, this project will explore ways to migrate to the official implemntation. Check out the [examples site](https://justindujardin.github.io/ng2-material/) for demos and instructions on getting started.