pineapple-system-bar

Component for npm registry

Usage no npm install needed!

<script type="module">
  import pineappleSystemBar from 'https://cdn.skypack.dev/pineapple-system-bar';
</script>

README

pineapple-system-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-system-bar

Load the component and it's styles

App.vue

import SystemBar from 'pineapple-system-bar'
import 'pineapple-system-bar/dist/pineapple-system-bar.css'

Use

<SystemBar />