pineapple-how-to-connect

Component for npm registry

Usage no npm install needed!

<script type="module">
  import pineappleHowToConnect from 'https://cdn.skypack.dev/pineapple-how-to-connect';
</script>

README

pineapple-how-to-connect

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-how-to-connect

Load the component and it's styles

App.vue

import 'pineapple-how-to-connect'
import 'pineapple-how-to-connect/dist/pineapple-how-to-connect.css'

Use the component

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