3.0.7 • Published 1 year ago

vuetify-nav v3.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Out-of-the-box Vuetify navigation menu component, with Toolbar, Navigation Drawers, Menus, and QR code

Provide Toolbar with Navigation drawer and drop down menu as follows:

Toolbar

Dropdown Menu

Navigation Drawers

Install

npm install vuetify-nav 

# or

yarn add vuetify-nav 

How to use

Just set <Navbar/> component to your App.vue file as follows:

<template>
  <v-app>
    <Navbar titleStr="Demo App" :links="links" />
  </v-app>
</template>

<script>
import {Navbar} from 'vuetify-nav'
export default {
  components: { Navbar},
  data: () => ({
    links: [
      { icon: 'home', text: 'Home', route: '/'},
      { icon: 'face', text: 'Account', route: '/account'},
      { icon: 'shop', text: 'Purchase', route: '/purchase'},
    ]
  }),
};
</script>

for more detail refer wiki

Demo

Demo site is available at here.

Q&A

Github issues are available. Any questions, suggestions, request, and reports are welcome!

Author

Dr. Takeyuki UEDA

History

  • 1.0.0 2021.05.25 first version.
  • 1.0.19 2021.06.07 fix: for node_module
  • 1.1.1 2021.06.23 decrease package size
  • 1.2.1 2021.07.13 change to v-app-bar from v-tool-bar
  • 2.0.1 2022.12.20 for Vue2
  • 3.0.1 2022.12.20 for Vue3
2.0.5

1 year ago

3.0.7

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

1.2.2

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

1.2.1

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.0.19

3 years ago

1.0.2

3 years ago

1.0.18

3 years ago

1.0.1

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.0

3 years ago