Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.17 KB

mdcdalight

mdcdalight is a Polymer inspired dart lib for wrapping of Material Design Components for the web with custom elements.

Introduction

mdcdalight provides functionality for:

  • Wrapping a mdc web component with a custom element.

  • Implement a custom element from a template html document.

  • A Polymer inspired data binding system.

For more details see overview doc.

Demo and tutorial app

daflight is small demo and tutorial app written for illustration of concepts in the mdcdalight lib. Hosted build of daflight : https://jonboj.net/daflight/web

How to import from mdc web is described in mdc web import

To be implemented

Unimplemented funtionality are listed here what is next. Until web componets v1 becomes available in the dart development environment, the effort is focused on functionality unrelated to web components and build system.


See LICENSE and CHANGELOG.