Skip to content

kevindesousa/vue-dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-dropdown

A Vue component that shows a dropdown.

npm version Maintainability

Installation

npm i --save @kevindesousa/vue-dropdown

Browser

Include the script file, then install the component with Vue.use(VueDropdown); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-dropdown-simple/dist/vue-dropdown.min.js"></script>
<script type="text/javascript">
  Vue.use(VueDropdown);
</script>

Module

import VueDropdown from '@kevindesousa/vue-dropdown';

Usage

Once installed, it can be used in a template as simply as:

<vue-dropdown></vue-dropdown>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published