Socket
Socket
Sign inDemoInstall

vue-my-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-my-dropdown

Dropdown component to vuejs


Version published
Weekly downloads
641
increased by17.4%
Maintainers
1
Weekly downloads
 
Created
Source

Vue my dropdown component

Handle dropdown menu easily with this Vuejs component.

Requisites

  • Vue >= 1.0
  • jQuery >= 2.0

Install

You can add my-dropdown.min.js file, directly in the html code of your project. After you add the mixin in your Vue instance.

new Vue({
	el: 'body',
	mixins: [window.myDropdown.mixin]
});

Or you can install the library using npm

$ npm install vue-my-dropdown
var myDropdown = require('vue-my-dropdown');

new Vue({
	el: 'body',
	mixins: [myDropdown.mixin]
});

Guide & examples

Official documentation

LICENSE

The license is MIT. See LICENSE file to more info.

Keywords

FAQs

Package last updated on 23 Jul 2016

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