@jaredcrimmins/material-components-vue
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

Material Components Vue

Material Design components for Vue

GitHub | NPM | Docs

Material Components Vue implements Material Components Web in Vue, using the advanced approach.

Install

npm install @jaredcrimmins/material-components-vue

Usage

The entirety of Material Components Vue can be installed globally, or you can install individual components à la carte.

Global

// src/main.js
import {MaterialComponentsVue} from '@jaredcrimmins/material-components-vue';
import Vue from 'vue';

// Install plugin
Vue.use(MaterialComponentsVue);

À la carte

// src/main.js
import {MDCButton} from '@jaredcrimmins/material-components-vue';
import Vue from 'vue';

Vue.component(MDCButton);

Readme

Keywords

none

Package Sidebar

Install

npm i @jaredcrimmins/material-components-vue

Weekly Downloads

4

Version

0.9.0

License

MIT

Unpacked Size

1.07 MB

Total Files

123

Last publish

Collaborators

  • jaredcrimmins