0.1.13 • Published 3 years ago

v-nav-bar v0.1.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

v-nav-bar

Installation

npm i v-nav-bar

Module import

import vNav from 'v-nav-bar/src/components/v_nav'

Template

<v-nav>
    <div class="adaptive-nav-item" v-for="(item, index, key) in 10" :key="key">
        <div>Item - {{item}}</div>
    </div>
</v-nav>

Template with params

<v-nav :options="options">
    <div class="adaptive-nav-item" v-for="(item, index, key) in 10" :key="key">
        <div>Item - {{item}}</div>
    </div>
</v-nav>

Params

data: () => {
    return {
        options: {
            distanceBetweenElements: '5px', // px
            positionNav: 'center' // left / right / center
        }
    }
}

Slots

iconBtn: Icon for the menu button
0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago