- COMPONENTS
- WebComponent-MDL is a set of Custom HTML Components for [Material Design Lite](http://www.getmdl.io), often called "MDL", a library of vanilla components maintained by Google. The current implementation of WebComponent-MDL (v0.x) uses the entire MDL library provided by Google. This includes both the MDL CSS. Therefore, for you to use the library, you have to also require the original MDL files. And we suggest you to use the files we provide in the `/extra` directory of the repository.
{{ category.title }}
{{ category.description }}
{{ component.caption }}
{%- endif %} {% if component.warning %}Note: {{ component.warning }}
{%- endif %}
{% set doc = "../../dist/components/" + component.name + "/index.html" %}
{% include doc ignore missing %}
{%- endfor %}