UNPKG

pineapple-how-to-connect

Version:

Component for npm registry

25 lines (17 loc) 515 B
# 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" /> ```