mdc-stencil
v0.0.5
Published
Material Design implemented using the Stencil Compiler for Web Components
Downloads
4
Readme
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>