1.1.5 • Published 4 years ago

pineapple-main-nav-bar v1.1.5

Weekly downloads
54
License
-
Repository
github
Last release
4 years ago

pineapple-main-nav-bar

This component is designed to be utilized in pineapple.net.au projects only.

It needs the data from vuex store and can't be used outside the pineapple.net.au and landing pages of pineapple.net.au

install component

yarn add pineapple-main-nav-bar

Load the component and it's styles

App.vue

import 'pineapple-main-nav-bar'
import 'pineapple-main-nav-bar/dist/pineapple-main-nav-bar.css'

Use the component

<MainNavBar :page.sync="page" />

Warning 1

This component maps and use mainNavButtons and mainNavSectors

from the module content of vuex store

Warning 2

This component needs the styles of pineapple.net.au

yarn add pineapple-styles
main.js
import 'pineapple-styles/css/fonts.scss'
import 'pineapple-styles/css/variables.scss'
App.js
import 'pineapple-styles'
1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago