Git Product home page Git Product logo

vue-quick-menu's Introduction

vue-quick-menu NPM version

This is web navigation component base on vue2.0+. It can be used in both PC and mobile. demo

Installation

 npm install vue-quick-menu --save

Usage

<quick-menu :menu-count=count :icon-class=icons :menu-url-list=list></quick-menu>
import Vue from 'vue'
import quickMenu from 'vue-quick-menu'

export default {
  ...
  components: {
    quickMenu
  },
  ...
}

Props

Property Type Default Description
menuCount Number 4 The number of menu item,option(2,3,4)
menuUrlList Array - An array of link of each menu item
iconClass Array - An array of icon class of each menu item
position top-left,top-right,bottom-left or bottom-right top-left The position of quick menu
backgroundColor String #009dc7 The background color of quick menu
color String #ffffff The color of quick menu icon
isOpenNewTab Boolean false If the menu will open a new tab after click

vue-quick-menu's People

Contributors

ashleylv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.