Material components for Vue.js
Material-components-vue integrates the mdc-web vanilla components following the simple approach.
main goals
- decoupled components - can be cherry picked!
- implementing just the specs not more or less
- keep the components as simple as possible (KISS, DRY)
- keep in sync with changes in the mdc-web repository
installation
npm install --save material-components-vue
yarn add material-components-vue
usage
CDN
bundler
You have to set up your own build workflow with webpack (see demo) or something else
to compile the components.
import all components
cherry pick components
theming
SASS
Import the SASS file in the root component of app for maximal customization.
CSS custom properties
Integrate a theme component in your template und pass in an object with CSS custom properties, but keep browser compatibilty in mind.