0.15.0 • Published 4 years ago

@mcwv/data-table v0.15.0

Weekly downloads
167
License
MIT
Repository
github
Last release
4 years ago

Material Components for Vue

Greenkeeper badge Build Status

vue-material-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. Do not hesitate to open an issue on GitHub,

Each MDCWeb component is mapped to a single vue plugin

Building and running demo

Install dependencies

npm install

to build everything

npm run build
npm run build:demo

to run demo

npm run dev

Acknowledgements

This project is based on a fork of the successful vue-mdc-adapter project.