edc-menu
v0.1.1
Published
A Vue component that shows a menu.
Readme
edc-menu
A Vue component that shows a menu.
Installation
npm i --save-dev edc-menuModule
import EdcMenu from 'edc-menu';Usage
Once installed, it can be used in a template as simply as:
<edc-menu :open="true" left="100px" top="100px" containerSelector="#app" :items="[{text: "item 0"}, {text: "item 1"}]" />