Socket
Socket
Sign inDemoInstall

vue-mdc-adapter

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-mdc-adapter

Vue wrapper arround mdc


Version published
Weekly downloads
238
decreased by-21.45%
Maintainers
1
Weekly downloads
 
Created
Source

vue-mdc-adapter

VueJS wrapper arround Google's Material Components

under development, check the wiki for more ...

Installation

  • install vue-mdc-adapter

npm install --save vue-mdc-adapter

  • Import google's Material font's and icons:
<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,700" type="text/css">

OR - Import icons with webpack and ES6

npm install material-design-icons
import 'material-design-icons/iconfont/material-icons.css'
  • register the vue_mdc_adapter plugin
import Vue from 'vue'
import VueMdcAdapter from 'vue-mdc-adapter'

Vue.use(VueMdcAdapter)

OR

import Vue from 'vue'
import VueMdcButton from 'vue-mdc-adapter/button'

Vue.use(VueMdcButton)

Documentation

Doc and Demo coming soon...

In the meantime you can have a look at the preview

Or clone from github

# get the repository
git clone https://github.com/stasson/vue-mdc-adapter.git
cd vue-mdc-adapter

# install dependencies
npm install
 
# serve at localhost:8080
npm run dev

Keywords

FAQs

Package last updated on 30 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc