mdc-dart / material_components_web

AngularDart components for Google's Material Web Components library.

Home Page:https://mdc-dart.github.io/material_components_web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

material_components_web

Pub build status

Angular2Dart components for Google's Material Design Components Library.

All components/services will eventually be unit-tested.

Installation

In your pubspec.yaml:

dependencies:
  material_components_web:
    git: https://github.com/mdc-dart/material_components_web.git

Examples

To view the examples, run:

pub serve --web-compiler=dartdevc

And then visit http://localhost:8080 in your browser.

If you are not using Dartium, then instead consider pre-building the site:

pub build

Then, you can run a static server out of build/web.

Testing

pub run angular_test --verbose

Progress

Track progress here, using the issue tracker.

PR's are always welcome!

About

AngularDart components for Google's Material Web Components library.

https://mdc-dart.github.io/material_components_web/

License:MIT License


Languages

Language:Dart 69.6%Language:HTML 27.7%Language:CSS 2.5%Language:Shell 0.3%