z-menu-bar

0.0.1 • Public • Published

Z-Menu-Bar

A vue based implementation of modern dynamic navbar that bring the best experience and simplicity. It supports enough props to satisfy mind-blowing customizations.

Usage

Props

wrapperStyleObject: {
  type: Object,
  default: () => ({})
},

showMenuItems: {
  type: Boolean,
  default: false
},

menus: {
 type: Array,
 default: () => ({})
},

defaultMenuColor: {
 type: String,
 default: ''
},

activeMenuColor: {
  type: String,
  default: ''
},

defaultActiveMenu: {
  type: String,
  default: ''
},

defaultBadgeBackground: {
  type: String,
  default: ''
},

activeBadgeBackground: {
  type: String,
  default: ''
},

Methods

  • getFormattedMenuName()
  • handleMenuClick()

Readme

Keywords

none

Package Sidebar

Install

npm i z-menu-bar

Weekly Downloads

2

Version

0.0.1

License

none

Unpacked Size

34.9 kB

Total Files

6

Last publish

Collaborators

  • jkwamlah