0.1.23 • Published 6 years ago

@thrivehive/magnet v0.1.23

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

𝗠 🧲 𝗚 𝗡 𝗘 𝗧

Shared component library for ThriveHive lead magnets. Build with ❤️ and the following:

  • Vue
  • Vuetify 2
  • Storybook

Installation

With NPM:

npm install @thrivehive/magnet

Or Yarn:

yarn add @thrivehive/magnet

Set up Vue, Vuetify, and Magnet in your application:

import Vue from 'vue';
import Vuetify from 'vuetify';
import Magnet, { vuetify } from '@thrivehive/magnet';
import '@thrivehive/magnet/dist/magnet.css';

Vue.use(Vuetify);
Vue.use(Magnet);

new Vue({
  vuetify
  render: (h) => h(App)
}).$mount('#app');

Note that by installing Magnet in this way, all Magnet components are globally registered. The component documentation include local component registration as an example, but it's not necessary with Vue.use(Magnet);

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1-alpha.8

6 years ago

0.0.1-alpha.7

6 years ago

0.0.1-alpha.6

6 years ago

0.0.1-alpha.5

6 years ago

0.0.1-alpha.4

6 years ago

0.0.1-alpha.3

6 years ago

0.0.1-alpha.2

6 years ago