Material Components for Vue
vue-mdc-adapter
is an integration of
Material Components
for Vue.js which follows the best practices
recommended by Google:
Using Foundations and Adapters
This project aims to find the right balance between ease of use and
customization while sticking to the Vue Spirit (approachable, versatile, and performant)
Quick Links
Project Status
This project is under active development.
The focus is on known issues, validation, and keeping up with MDC updates.
Do not hesitate to open an issue on GitHub
or contact us on Gitter.
Each MDCWeb component is mapped to a single vue plugin
Extra plugins
Quick Start
Playground
Fork the reference codepen template
or one of the vue-mdc-adapter codepen collection
or the CodeSandbox
CDN
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" type="text/css">
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-mdc-adapter"></script>
</head>
<body>
<body>
Vue CLI
npm install -g vue-cli
vue init stasson/vue-mdc-adapter-simple my-project
Check out the Getting Started guide for more.