0.1.23 • Published 5 years ago

@thrivehive/magnet v0.1.23

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1-alpha.8

5 years ago

0.0.1-alpha.7

5 years ago

0.0.1-alpha.6

5 years ago

0.0.1-alpha.5

5 years ago

0.0.1-alpha.4

5 years ago

0.0.1-alpha.3

5 years ago

0.0.1-alpha.2

5 years ago