/mdc-stencil

Material Web Components - Material Design implemented using the Stencil Compiler for Web Components

Primary LanguageTypeScriptMIT LicenseMIT

Built With Stencil

Material Web Components compiled with the Stencil Web Component Compiler

This is a project that makes the Material Design UI components for the web available as Web Components using the amazing Stencil compiler.

Please note this is a work in progress and not suitable for production use at this stage.

More about Stencil

Install

npm i mdc-stencil --s

Script tag

<link rel="stylesheet" href="https://unpkg.com/mdc-stencil/dist/mdc.css">
<script src='https://unpkg.com/mdc-stencil/dist/mdc.js'></script>