Socket
Socket
Sign inDemoInstall

@jaredcrimmins/material-components-vue

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jaredcrimmins/material-components-vue

Material Design components for Vue


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.9.0 (2024-03-14)

⚠ BREAKING CHANGES

  • chips: remove chips prop from the MdcChipSet component

Bug Fixes

  • chips: MdcChip, emit input event when selection state changes (8803ef7)
  • chips: remove chips prop from the MdcChipSet component (d64f628)
  • chips: verify trailing action exists before removing focus from it (ee5c22e)

Readme

Source

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);

FAQs

Last updated on 14 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc