Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

matsp/material-components-vue

Repository files navigation

logo

Material Components Vue

Material Design styled components for Vue.js

Material-components-vue integrates the mdc-web (by google) vanilla components following the simple approach.

https://matsp.github.io/material-components-vue

Links

Support

If you want to help feel free to submit issues or pull requests - you can also join the chat for questions. Every information that help to stabilize and improve the library is welcome!

When you want to support me you can buy me a ☕ here 👍

Buy Me A Coffee

Features

  • decoupled components
  • implementing just the specs not more or less
  • keep the components as simple as possible
  • keep in sync with changes in the mdc-web repository
  • user friendly component api
  • SSR (Server Side Rendering) support

Documentation

You will find a API documentation for each component in their corresponding component directory:

components/[component]/README.md

Distributions

Name ECMA Minimized
dist/[component]/index.js 5 no
dist/[component]/[component].min.js 5 yes

All versions are provided as UMD modules.

Name Description
dist/[component]/[component].min.css Minified component CSS
dist/[component]/styles.scss Raw SASS styles of mdc-web